💻 Software
Leave ACL handling to Windows with Cygwin rsync
Fresh5 days ago
Mar 15, 202612246 viewsConfidence Score0%
0%
Problem
I'm running an command, copying my files from a server to my Windows machine like: Whenever this command creates a directory, it tends to create a directory with crazy ACLs/permissions. For me, it tends to create ten entries, with one deny entry for the user who ran the command, and the others not …
Error Output
rsync -rt --partial-dir=".rsync" --del rsync://server/a/ a/
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Leave ACL handling to Windows with Cygwin rsync
Low Risk
Mount the directory in question with the option, as described in the manual. (And if you want to know why the mapping of Unix permissions to Windows ACLs is not straightforward, see here.)
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix