Webmin Configuration Backup

SYSTEM INFORMATION
OS type and version Ubuntu 22.04.5
Webmin version 2.202

Hi everyone, I have a problem with the Webmin configuration backup.
I would like to make the backup on a third machine, via ssh. The problem is that on the third machine I have set access only via ssh key, without password. How do I set the backup with key? Where do I go to indicate which is the key to access. For virtualmin backups there is the option and it works, for Webmin no.
How could I solve it?
Thank you.

Can anyone help me?

I think once keys are in place they are used based on the username? I know this script uses keys.

root@main:~# cat 0_mybackup.sh 
#!/bin/bash

rsync -avz --progress --partial -e 'ssh -p xxxx' /home/backup/ beaver@somerandomdomain.com:/media/server/Expansion

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.