作者:霸气的gmail | 来源:互联网 | 2017-11-16 03:11
类似Apple最新操作系统中所具有的Time Machine功能,我们先前已经介绍过一个TimeVault,那么这是另外一个FlyBack,同样for Linux。FlyBack基于rsync,提供简单的GUI,能够执行snapshot式的备份。
FlyBack目前版本为0.3.3,可从这里下载。要运行FlyBack,你需要先安装相关依赖:
Debian用户可在终端运行:
sudo apt-get install python python-glade2 python-gnome2 rsync
Ubuntu用户需运行:
sudo apt-get install python python-glade2 python-gnome2 python-gconf rsync
Redhat/Fedora用户可运行:
yum install pygtk2 gnome-python2-gconf pygtk2-libglade
然后在解包后执行以下命令:
python flyback.py