Task - Rsync - SSH - launch independently & logs

Igor873

Cadet
Joined
Mar 23, 2019
Messages
8
Hello,

I passed lots of hours to search how to have the full logs with the rsync command, yes above all the resulting command line of Rsync ssh task, with no results.
A post from @dpearcefl indicated than to add -v or -vv, in auxiliary parameters, should be enough to bring the precious "/usr/local/bin/rsync -r -t -z -v --delete-delay --delay-updates -e "ssh [..]", but nope, even with only --info=all or --debug=all (and always with --log-file=/var/log/rsynctask.log) I only receive (even with max verbosity=4 in service rsync...) :
2023/12/17 20:58:21 [82182] receiving file list
2023/12/17 20:58:21 [82182] done
[.. ]
In addition, I would like to be able to trigger this backup task (pull) from my laptop, but I didn't find root cron available?

Just to be sure :
Source : [NASsource]
/mnt/volume/backup/

Remote ([Fedora39])
/home/user/
Module SSH

Direction
Pull

Options : Archives
auxiliary parameters : --human-readable --stats --8-bit-output --times --delete-after --exclude-from=/home/user/exclude.conf --log-file=/var/log/rsynctask.log --info=all

Thanks in advance for your help !
 
Last edited:
Top