Open remialvado opened 2 months ago
I've also tried to change the owner of the ssh_key
file to root:root
on host, restart the mgob container and start another backup but the error is still the same
I've found my mistake : private_key
must be named privateKey
. It is written in README.md but not in https://github.com/maxisam/mgob/blob/main/.document/BACKUP_PLAN.md I'll make a PR to fix it once everything is working on my side.
Hi,
I try to setup a new instance of mgob and send backups to an SFTP server I've just setup. My mgob configuration is the following one :
and my docker-compose is the following one :
The SFTP server has been created in another container using https://hub.docker.com/r/atmoz/sftp with the following configuration :
My SSH private key on mgob container seems to have the correct permissions even if the user 1004 seems wierd to me :
On my laptop, when I try to connect to the FTP server, everything works well but on mbox, when I run a dump, I got the following error :
Any idea?