|
From: Francis G. <wi...@ro...> - 2005-07-25 18:35:19
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Like a tar.gz of the changed files? You'd have to keep at least one set (the latest I guess) of files uncompressed... Maybe if you compressed each file individually, but with the abundence of small files on most systems that would be kind of crazy. The hard part here would be to rsync between the latest incrimental and the update when the incrimental isn't the same anymore. A compressed filesystem would probably be the only way to go with rsnapshot, you can't maintain hardlinks (which rsnapshot uses to save space between duplicate files) across different filesystems and once you tar/zip a file it's now got another copy of the data. "tar -cvzpf " will copy and compress data into a tar.gz file if you want it. Other products (like symantec ghost for example) will keep incrimental backups in files and occationally do a full "baseline" backup so you don't need every file from the begining to do a restore. It's a different method and it has it's drawbacks but it does allow for compressed backups and entire incrimentals (or baselines) in one file. - -Francis Sharon Kimble wrote: > Are there any plans to include folder compression into the scheme of things so > that you would end up with a tar/tar.gz/zip file please? > > If not, can I suggest it for a feature request? > > Sharon. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC5TDiTJEaZCt0gQsRAs1AAJ4hNYj8dX68d6uL2O7jf1cf+Ac6WgCcC1tj 3TKGxNezSfm2fg5XgElSLPo= =jwiC -----END PGP SIGNATURE----- |