for a few years I am running now mail in a box with rsync backups over port 1355
to my home NAS, for this I commented out following
first line is commented out, cause that caused issues
and than the 2nd line to the port
“–ssh-options=’-i /root/.ssh/id_rsa_miab’”,
“–rsync-options=-e “/usr/bin/ssh -oStrictHostKeyChecking=no -oBatchMode=yes -p 1355 -i /root/.ssh/id_rsa_miab””,
]
update, for what I see is that the backup is valid and I see that there is communicated with the remote site, but Mail in a Box is unable to show the backups made. And then gives an error (unknown error)
the ./backup.py – verify shows that it is actually making an verifying backups perfectly.
So the question is why backup.py cannot show the backups in the GUI from the remote site.