|
|
|
|
|
by teekert
1751 days ago
|
|
I read that some of the key information is in attributes unique to Apple's file systems, I can't find the source but that was my conclusion after trying to figure out what went wrong in the Time-Machine/Synology/Rsync-via-webdav system I set up for my father some years ago. If you rsync ext4 files to exfat, you also have issues, but those are very clearly reported when you attempt to do so. |
|
However hold on, i do some research. Now you hooked me ;)
EDIT: Ok got it, both Filesystem NEED xattrs enabled, and you need to run rsync with the -X or --xattrs option, that should fix the problems.