volumes-backup-extension icon indicating copy to clipboard operation
volumes-backup-extension copied to clipboard

Add support to export backup to s3 compatible storage

Open remyleone opened this issue 2 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe.

I would like to backup my volumes to a s3 compatible storage solution

Describe the solution you'd like

I would like to put my credentials in a configuration file, the extensions would configure itself to send the backup to a s3 compatible storage (not necessary on aws, it could be a minio for instance)

Describe alternatives you've considered

Upload with SSH but it is not always practical as server got a limited amount of resources

remyleone avatar Sep 11 '23 12:09 remyleone

So I have a very similar issue, but not specifically related to user data. It appears that when machine copies the ssh key /home/demo/id_rsa to the machine location /root/.docker/machine/machines/vm/id_rsa it also generates a public key /root/.docker/machine/machines/vm/id_rsa.pub. Somehow it is that public key (either the permissions or simply its presence) that interferes with the ssh.

I don't have a solution to this. Have you found one in the past two years?

saroberts avatar Oct 18 '20 03:10 saroberts