exfat does not carry information about user/group ownership of files/directories, has less precise timestamps. to make rsync stop complaining about it i’m using:
rsync --size-only -av --progress --no-o --no-g fromSomeFolder /mnt/to
exfat does not carry information about user/group ownership of files/directories, has less precise timestamps. to make rsync stop complaining about it i’m using:
rsync --size-only -av --progress --no-o --no-g fromSomeFolder /mnt/to