I've got a few full old backups of things like binary database dumps. Obviously, they don't differ much so doing full backups is not the smartest idea here. For now, I'm looking for a compression program capable of taking an advantage from the fact, that most of the files have a similar content.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
If you first tar the files (using So just tar the files, and then put them in a zip, 7-zip, bzip2, etc. From the tar file, you can try the different compression algorithm and see which one performs best. |
|||||||||||
|
rdiff-backupsound useful? – jw013 Aug 16 '12 at 21:23lrzip, but it was extremely slow (many hours for some 100 GB). However, there might have been a problem with the NTFS partition the data were on. – maaartinus Aug 16 '12 at 21:38rdiff-backupwould do, as it's efficient with slowly evolving files, while all I have now is a set of old snapshots. Things likeobnamorbupwould help (but the former requires a newer system while the latter has still problems with removal from the backup). – maaartinus Aug 16 '12 at 21:43