Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create incremental backups using an rsync shell script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create incremental backups using an rsync shell script
Authored by: rfitz on Mar 22, '07 08:01:27AM

Does this work with ACL's?



[ Reply to This | # ]
Create incremental backups using an rsync shell script
Authored by: stsmith on Mar 22, '07 12:36:05PM

From man rsync:

-E, --extended-attributes
Apple specific option to copy extended attributes, resource
forks, and ACLs. Requires at least Mac OS X 10.4 or suitably
patched rsync.


[ Reply to This | # ]
Create incremental backups using an rsync shell script
Authored by: stsmith on Mar 22, '07 01:10:02PM
Also see here and here.

[ Reply to This | # ]