SOLVED rsync vis ssh not running and I can't find anything in the logs

Joined
Mar 5, 2022
Messages
224
I am able to run the following command as root and it works fine:

Code:
rsync -avzh --usermap=jordan:jordan,moji:moj
i,sambauser:sambauser,tesla:tesla --groupmap=jordan:jordan,moji:moji,sambauser:
sambauser,tesla:tesla  /mnt/pool/home andraia:/data/Documents/home


files appear on my remote NAS as expected with the appropriate permissions and ownership.

I am trying to use the GUI to set the cron up and have the following configuration:
1662069572197.png


Unfortunately, this is not working :-(
 
Last edited:
Joined
Mar 5, 2022
Messages
224
Well... after a reboot it is working (slowly). I think I may have started the rsync task with an invalid setting and even though I couldn't find the running task, restarting it with the correct settings did not work (because it was already running with invalid settings?)
Anyway, I rebooted my TrueNAS and manually started the rsync task from the GUI and it magically started copying files over to the backup NAS.

It seems to be MUCH slower than running it from the command line though
 
Top