1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Backup Manager
* A really simple to use backup tool *
https://github.com/sukria/Backup-Manager/
Description
---------------------------------------------------------------------
Backup Manager is a command line backup tool for GNU/Linux, designed
to help you make daily archives of your file system.
Written in bash and perl, it can make archives in many formats
and can be run in a parallel mode with different configuration files.
Archives are kept for a given number of days and the upload system can
use ftp or scp to transfer the generated archives to a list of remote
hosts.
The configuration file is very simple and basic and gettext is used
for internationalization.
Installation
---------------------------------------------------------------------
See the file INSTALL
Rporting Bugs
---------------------------------------------------------------------
Use the GitHub bug tracking system:
https://github.com/sukria/Backup-Manager/issues
|