blob: efc6035ccf072517c15b123e8a23104560e0ddf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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/
|