I've been trying to sync a Windows share on FreeNAS with a QNAP box.
Followed this guide:
https://www.geeklingo.net/setting-rsync-freenas-qnap/
created two users with equal username+password on both sides to make things simpler.
Enabled RSync on both sides, set the FreeNAS rsync task to push, did not check "Preserve permissions", "Archive" or "Preserve extended attributes", since these seem to be incompatible with Windows datasets - as explained here
https://forums.freenas.org/index.ph...rmissions-support-for-windows-datasets.43973/
extra options:
--password-file=/usr/local/etc/rsync.psw --log-file=/usr/local/etc/logfile.log
and created the password file as instructed here
https://www.bsdsrv.se/rsync/
When the rsync job runs, the end result is always the same: it creates folders on the QNAP, but no files.
I've tried to play with all possible settings, tried to run it as a normal user, as root, set password file permissions to chmod 440, chmod 600. Nothing changes it.
Does anyone have any idea of what's wrong?
Alternatively, is there a better alternative to keep 4TB of data synced between a FreeNAS (Windows share) and QNAP boxes (one direction FreeNAS->QNAP)? A plugin?
Followed this guide:
https://www.geeklingo.net/setting-rsync-freenas-qnap/
created two users with equal username+password on both sides to make things simpler.
Enabled RSync on both sides, set the FreeNAS rsync task to push, did not check "Preserve permissions", "Archive" or "Preserve extended attributes", since these seem to be incompatible with Windows datasets - as explained here
https://forums.freenas.org/index.ph...rmissions-support-for-windows-datasets.43973/
extra options:
--password-file=/usr/local/etc/rsync.psw --log-file=/usr/local/etc/logfile.log
and created the password file as instructed here
https://www.bsdsrv.se/rsync/
When the rsync job runs, the end result is always the same: it creates folders on the QNAP, but no files.
I've tried to play with all possible settings, tried to run it as a normal user, as root, set password file permissions to chmod 440, chmod 600. Nothing changes it.
Does anyone have any idea of what's wrong?
Alternatively, is there a better alternative to keep 4TB of data synced between a FreeNAS (Windows share) and QNAP boxes (one direction FreeNAS->QNAP)? A plugin?