Thursday, April 10, 2014

rsync: copying to different users


instead of the "-a" option to rsync

change it to a

rsync -rltD


the "-a" tries to set permissions and ownerships

No comments:

Post a Comment