June 13, 201313 yr I have rsync daemon running on unRaid. Files are on /mnt/disk3/Backups/Snap - these files were originally sync'ed from a Windows Home Server using Robocopy. The WHS died so I replaced it with a Synology NAS, restored the entire Snap directory to it. I tried running this command to sync from Synology to unRaid: rsync -avs -h -i --dry-run --stats --progress --protect-args /volume1/Snap Maiko::mnt/disk3/Backups/Snap Using dry-run option I can see it is copying almost everything again to unRaid. If I telnet to unRaid from my Mac and do ls, I can see that the directories under Snap have spaces in the name (ie. /Snap/July\ Remodel), space between July and Remodel. Telneti and ls in the Synology NAS does not have the "\ ", instead just showing a space (ie. July Remodel). I'm guessing this is causing rsync to think all of the underlying folders are different. How do I fix this?
Archived
This topic is now archived and is closed to further replies.