a similar Q is asked here: https://unix.stackexchange.com/questions/229779/rsync-command-not-preserving-permissions. They suggest using sudo, but sudo makes no difference for me
the command i'm running is:
rsync -avxPnh --itemize-changes --out-format="%i|%n|" --update --delete [source directory] [destination directory]'
-a: archive, preserves permissions, but I can see from --itemize-changes that the difference between files in the two directories is the permissions (and nothing else)
the external drive shows full permissions (drwxrwxrwx) on everything. It is a datalocker DL3.
because the permissions differ on the laptop versus external hard drive, the sync is generating a long list of changes every time i sync. Is it the fault of rsync or the external drive?
edit: the datalocker DL3 "comes preformatted with the Windows NTFS file system. All major file systems are supported (HFS, NTFS, EXT, FAT). ... [it] is completely cross-platform compatible and OS agnostic. With no software or special drivers required, the DL3 works with Windows, Linux, MacOS, Android phones and tablets, Chromebooks, and embedded systems - any system that can utilize USB Mass Storage." https://support.datalocker.com/support/solutions/articles/4000076369-dl3-dl3-fe-user-manual I'm using ubuntu 18.04 and have never had any issue using the datalocker DL3