💻 Software
rsync chokes on read-only files
Fresh7 days ago
Mar 15, 20262938 viewsConfidence Score0%
0%
Problem
I'm using rsync on Mac to back up to a USB drive or a network image (also HFS+ formatted). I'm having trouble with files from .svn subdirectories, such as 'all-wcprops' or 'entries' -- when checking out or updating, Subversion marks them as read-only (permissions bits are 444). My rsync command cho…
Error Output
rsync -aNHAX --inplace --verbose --delete --delete-excluded --fileflags --force-change --exclude-from=.rsync/exclude-list ~ $backup_dir
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: rsync chokes on read-only files
Low Risk
I think you could either not use "--inplace" or synchronize in two steps. This enhancement of rsync could also help you.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix