Page 1 of 1

Cloud Backups

Posted: Sun Dec 10, 2017 7:33 pm
by kustomservices
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

Posted: Mon Dec 11, 2017 2:46 pm
by Phogo
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

Re: Cloud Backups

Posted: Mon Dec 11, 2017 7:46 pm
by mehargags
I use RClone

Re: Cloud Backups

Posted: Tue Dec 12, 2017 8:49 am
by putude
I use gsutil to store the backup in Google Storage.
https://cloud.google.com/storage/docs/gsutil

Re: Cloud Backups

Posted: Mon Dec 18, 2017 5:31 am
by plutocrat
You should probably consider encrypting them before you upload them to the cloud.

Re: Cloud Backups

Posted: Sat Dec 23, 2017 2:57 am
by locus
Checkout Duplicity - makes incremental backups to S3 a cinch.