blob: 72aee899722154e158dc0b7240ebee5538da5229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
hdup is a little, spiffy, backup tool.
Features are:
- simple to use
- small and versatile backup program
- support for incremental backups
- support for backups over the network (with ssh)
- support for network restore (with ssh)
- support for encrypted backups (using mcrypt, gnupg)
- support for split up archives (called chunks)
- support for .nobackup files (to exclude certain directories)
- flexible regular expression based include/exclude mechanism
- designed to be run from cron
WWW: http://www.miek.nl/projects/hdup2
|