💻 Software
rsync file permissions on windows
Fresh5 days ago
Mar 15, 202658247 viewsConfidence Score0%
0%
Problem
I have an rsync service that syncs files from remote machine to a machine that drops them on a network drive. I need the copied files to take on the native permissions of the destination folder. The sync process runs fine, but after it is finished, I cannot access some of the folders -- Permission …
Error Output
rsync.exe -v -rlt -z --delete "src_path" "dst_path"
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: rsync file permissions on windows
Low Risk
(from http://www.samba.org/ftp/rsync/rsync.html) In summary: to give destination files (both old and new) the source permissions, use . To give new files the destination-default permissions (while leaving existing files unchanged), make sure that th…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix