rsync backup size

H.S. hs.samix at gmail.com
Wed Feb 18 18:08:51 UTC 2009


Robert Holtzman wrote:
> I run rsync with the command:
> 
> sudo rsync -vaHz --exclude '/proc' --exclude '/sys' --exclude '/media' / 
> /media/disk
> 

The z flag only compressed the data during transmission and not save the
data as compressed.

Try --delete option. It will delete the files in your pre-existing
backup which are not present anymore in the data you are trying to backup.

I usually use the option "-auv --progress --delete" to keep a back up in
a similar scenario. The "-C" may also be useful, it prevents standard
backup files and object files to be copied.

Regards.
-- 

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.





More information about the ubuntu-users mailing list