>
> I'm archiving the BackupPC backup folder (/var/lib/BackupPC) folder to
> external disk with rsync.
>
> However, it looks like rsync is filling the links?
>
> My total disk usage on the backup server is 407g, and the space used on
> the external drive is up to 726g.
>
> (using rsync -avh --delete --quiet /var/lib/BackupPC /usbmount/backuppc)
>

you want rsync -H
i've used rsync -qPHSa with some success.  however, if you have lots of
links, and not terribly much memory, rsync gobbles memory in proportion to
how many hardlinks it's trying to match up.  so, ironically, i use
storebackup to make an offsite copy of my backuppc volume.
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to