I tried to sync with an ExFAT partion on an external HDD using the command:
rsync -avvP --remove-source-files /path/to/sourceDir /path/to/destDir
However I got this type of error several times:
rsync: [generator] symlink "/destDir/subdirectory/
" -> "A" failed: Function not implemented (38)
At the end of the rsync recursive copy operation, the following error was printed:
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3]
The sending side is an ext4 partitioned internal hard drive.