Telos
Subscriber
- 4,387
- 1,497
- NAS
- DS4l8play, DS202j, DS3623xs+, DSM 8.025847-𝘣𝘦𝘵𝘢
It is rsync... completely reliable.Shared Folder Sync includes error checking / file compare?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
As an Amazon Associate, we may earn commissions from qualifying purchases. Learn more...
It is rsync... completely reliable.Shared Folder Sync includes error checking / file compare?
Is there an actual command line application in DSM
diff -qr dir1 dir2
SSH. You might also try this...But there's no command line app built into DSM?
rsync -n -avrc /dir1/* /dir2/
Yields a lot of "only in" responses, for files that I can clearly see exist in both source and destination directories. Is "SYNOINDEX_MEDIA_INFO" some hidden metadata that's failing to copy via drag and drop?diff -qr dir1 dir2
Could this be a permissions issue? Maybe run as "root" (sudo -i).Yields a lot of "only in" responses, for files that I can clearly see exist in both source and destination directories. Is "SYNOINDEX_MEDIA_INFO" some hidden metadata that's failing to copy via drag and drop?
I would use rsync from the command lineIf someone knows how to move individual directories within a share, that's my goal
sudo rsync -avX source destination
sudo rsync -n -avX source destination1. Try it on some sample folders. If all looks good, run it without
-n`.We use essential cookies to make this site work, and optional cookies to enhance your experience.