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
|
Source: backup-manager
Section: admin
Priority: optional
Build-Depends-Indep: debhelper (>= 4.1.16), po-debconf, dpatch
Maintainer: Alexis Sukrieh <sukria@sukria.net>
Standards-Version: 3.6.1.1
Package: backup-manager
Architecture: all
Suggests: zip, libnet-perl, perl, perl-modules, ssh, cdrecord, mkisofs, gettext-base, anacron
Depends: ${shlibs:Depends}, debconf, gzip (>= 1.3)
Description: command-line backup tool for GNU Linux
This is a backup program, designed to help you make daily archives of
your file system.
.
Written in bash and perl, it can make tar, tar.gz, tar.bz, and zip
archives 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.
|