« Return to Thread: rsync from Windows to Linux

Re: rsync from Windows to Linux

by becca23 :: Rate this Message:

Reply to Author | View in Thread


Matt McCutchen-7 wrote:
It looks like DeltaCopy contains rsync 2.6.6, which is too old to
recognize the --chmod option, so if you're pushing from the Windows
machine, you'll need to stuff that option in an --rsync-path:

rsync --rsync-path='rsync --chmod=ugo=rwX' ARGS...

 
--
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
Thanks for the help, i got the permissions issue worked out, but I'm interested in this --rsync-path command. It seems like it could be a powerful tool to make up for the lack of rsync commands in Delta copy. Can someone tell me how to use this to my advantage to change the group that is assigned to the file in Linux. Since the groups in Windows and linux don't transfer that well, I can't seem to get the transferred files assigned to the right group. Detailed explanations please! thanks

 « Return to Thread: rsync from Windows to Linux