Backup tool for Linux inspired by the "flyback project"
https://github.com/bit-team/backintime
Back In Time is a backup tool for Linux inspired by the "flyback project".
It provides a command line client 'backintime' and a Qt5 GUI 'backintime-qt'
both written in Python3.
You only need to specify 3 things:
* where to save snapshots;
* what folders to backup; and
* backup frequency (manual, every hour, every day, every month).
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / backintime
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Archiving:Backup/backintime && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000145 145 Bytes | |
| backintime-1.6.1.tar.gz | 0008125575 7.75 MB | |
| backintime.changes | 0000062867 61.4 KB | |
| backintime.keyring | 0000008534 8.33 KB | |
| backintime.spec | 0000005526 5.4 KB |
Comments 1
Hi. A couple of days ago v1.6.0 has been released. This includes a PR I've submitted to no longer have a hard dependency on cron/crontab. Some other notable (related to packaging) changes are the dependency on
asciidoctorandmanin the build requirements, new dependency ongocryptfs, and there is now a svg application logo included. I've branched the package with all changes to build successfully here: https://build.opensuse.org/package/show/home:mvandamn/backintime. I hope that helps with updating the upstream package.