Wish: Amazon S3 integration

guyman

Renowned Member
Jan 2, 2014
32
1
73
It would be nice do use automatically S3 for backup purposes with limited writeable user (no delete options) nessescarry. Is there a plan for integration?
 
Here is an example from another user:

https://forum.proxmox.com/threads/backup-mysql-database.16764/

The encryption is crucial if you want to store backups in a cloud in the EU.

Hi LnxBil

thanks for the reference post, had a quick look at the script and its quiet straight forward.

What i would prefer is to have these additional features:
  • incorporate some sort of process for error checking once the backup is uploaded (verify)
  • Another process here that just slipped my mind
  • ability to pull from S3 > local and restore or restore directly from S3 > verify
Wonder how we could get Dedupe involved in the process?

just food for thought.

Hence why i thought to have the script custom developed by the PVE team as a paid project and it could be offered back to the community in a future release as a feature.

""Cheers
G
 
If you're familiar with administration of Linux servers, another approach would be mounting S3 buckets using s3fs. You could then add the mounted directory as backup storage. Feel free to read the s3fs-fuse README to get an idea how to do that and possible pitfalls of it.

In case you have very large VMs to backup, I'd not recommend storing backups on any servers outside of the local datacenter for obvious performance reasons.
 
If you're familiar with administration of Linux servers, another approach would be mounting S3 buckets using s3fs. You could then add the mounted directory as backup storage. Feel free to read the s3fs-fuse README to get an idea how to do that and possible pitfalls of it.

In case you have very large VMs to backup, I'd not recommend storing backups on any servers outside of the local datacenter for obvious performance reasons.
I can confirm that Wasabi (100% S3 compatible service ) is working fine with this solution.