I'm trying to run DietPi-Sync from my USB mount to a Samba mount (hosted on another RPi 3 running openmediavault), but the symlinks all fail with "Operation not supported (95)"
Here's the setup:
Source location: /mnt/USB_80GB (all my user data is stored here)
Target location: /mnt/OMV_DietPi_UserData/dietpi-sync (samba share)
Here are some of the error messages:
Code: Select all
rsync: symlink "/mnt/OMV_DietPi_UserData/dietpi-sync/dietpi-backup/data/lib/arm-linux-gnueabihf/libutil.so.1" -> "libutil-2.24.so" failed: Operation not supported (95)
rsync: symlink "/mnt/OMV_DietPi_UserData/dietpi-sync/dietpi-backup/data/lib/arm-linux-gnueabihf/libuuid.so.1" -> "libuuid.so.1.3.0" failed: Operation not supported (95)
rsync: symlink "/mnt/OMV_DietPi_UserData/dietpi-sync/dietpi-backup/data/lib/arm-linux-gnueabihf/libwrap.so.0" -> "libwrap.so.0.7.6" failed: Operation not supported (95)
Thanks!