Cloud Backups
-
- Posts: 1
- Joined: Sun Dec 10, 2017 7:28 pm
Cloud Backups
I would like store our website backups on Google Cloud or S3. Is there a module, script or other system that is best practice for doing this?
Re: Cloud Backups
I believe both those services support FTP/SFTP so it would be just a case of entering the correct information. https://vestacp.com/docs/#how-to-configure-ftp-backup
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Cloud Backups
I use RClone
Re: Cloud Backups
I use gsutil to store the backup in Google Storage.
https://cloud.google.com/storage/docs/gsutil
https://cloud.google.com/storage/docs/gsutil
Re: Cloud Backups
You should probably consider encrypting them before you upload them to the cloud.
Re: Cloud Backups
Checkout Duplicity - makes incremental backups to S3 a cinch.