diff options
author | Fabio Bas <ctrlaltca at> | 2022-04-29 09:03:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:54 +0700 |
commit | 25f965245f35829849f8ce508f8059e1f4ff384b (patch) | |
tree | a2e8d32c0bca5dd28b267e8765eee8c71115bbae /system/backintime/README | |
parent | 34f533066233491e7865da05a8a583b519618002 (diff) |
system/backintime: Added (simple backup tool)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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/ |