On Tue, Apr 20, 2010 at 10:29 AM, Terrence Brannon <scheme...@gmail.com>wrote:
> I want the permissions, group and owner of the transferred files to retain > the settings of the DESTINATION file. Is this possible with rsync? > The perms (mode) part works well by leaving off --perms (or using --no-perms), since that leaves the perms of existing files unchanged, even when updating them. Sadly, the same is not true for owner and group. You'd have to use --inplace and leave off --owner and --group to leave files owner/group unchanged. ..wayne..
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html