diff options
Diffstat (limited to 'system/backintime/README')
-rw-r--r-- | system/backintime/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/backintime/README b/system/backintime/README new file mode 100644 index 000000000000..efc6035ccf07 --- /dev/null +++ b/system/backintime/README @@ -0,0 +1,12 @@ +Back In Time is a simple backup tool for Linux, inspired by +"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 back up + backup frequency (manual, every hour, every day, every month) + +The documentation is currently under development in +https://backintime.readthedocs.org/ |