About
AllWorldIT DBackup is a backup system which creates one archive per directory it backs up. This makes searching through the backup much easier, as you can look for which files you're after in the directory hierarchy. It will only back up directories which have changed, which makes it rsync friendly.
Features
- Per-directory archive of directory contents
- Original directory hierarchy is preserved for easy location of backed up files
- No limit on directory hierarchy restoration, eg. you can restore only one path thats 3 levels deep
- Wide range of compression support, including xz, bzip2, gzip and no compression at all
- Parallelized compression support
- RSync friendly as archives are only updated if need be, eg. new files are added to a new archive if old files did not change
Development Tracker
- Merge branch 'Update' into 'master' (2015-06-22 09:48)
- 2015 Copyright Update - "copyright" and "dbackup" (2015-06-22 09:09)
- In Debian we have a -$revision version, support that too (2015-06-15 17:33)
- Added more debug information, pre-processing (2015-06-15 17:32)
- Exit if parsing commandline opts fails (2015-06-15 17:32)
- Don't clobber backups if we're not successful (2014-12-24 15:08)
- Output system base dirs if we excluding data/system (2014-12-24 14:01)
- Match value of exclude-data option (2014-12-24 08:27)