Hi! I want to transfer files from macOS to TrueNAS. Transfer is initiated from the Mac. The drive is an external drive with the "Mac OS Extended (Journaled)" filesystem.
The below line results in errors as it tries to set permissions:
What would be the best way to make a transfer that is as complete as possible. Would the below line be enough?
The below line results in errors as it tries to set permissions:
Code:
rsync -ah --iconv=utf-8-mac,utf-8 --info=progress2 /Volumes/sourcedrive/ user@IP:/mnt/data/data/
What would be the best way to make a transfer that is as complete as possible. Would the below line be enough?
Code:
rsync -rth --iconv=utf-8-mac,utf-8 --info=progress2 /Volumes/sourcedrive/ user@IP:/mnt/data/data/