I'm running 3.0.0 and noticed that Mac OSX clients take way longer to do an incremental backup that I would expect given how many files have changed.    I dug around in the logs and found that tar on the mac copies extended attributes as ._filename files and totally ignores the --newer flag when doing so.   The means that all extended attributes are copied every time.       Further research shows that extended attributes don't actually have any timestamp and apple tar just assumes the current time.

Does anybody have a work around for this?    Unfortunately rsync is not an option because it doesn't store extended attributes at all (the apple -E flag just causes backuppc to hang).

john
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to