Hi @hector !
Happy to see that more and more people find that script interesting.
Out of curiosity, why didn’t you use my script ? It has the advantage of keeping the whole nethserver backup logic functional (modules includes & excludes, databases handling, and so on).
Regarding the logs, the doc is here : https://github.com/laurent22/rsync-time-backup
You’ve a --log-dir
parameter to specify the log destination. Take care, you’ll be responsible of deleting the old logs (they are normally deleted if the backup is successful).
If you need to further customise rsync’s parameter you can use the --rsync-set-flags
command line parameter.