IMAGINARY / imaginary-web

Imaginary website (Drupal 7)
GNU General Public License v2.0
3 stars 0 forks source link

Off-site backup in Amazon S3 #104

Closed elondaits closed 8 years ago

elondaits commented 8 years ago

As an incremental improvement and experiment Amazon S3 cloud storage can be used for storing an off-site backup. An Amazon AWS account has to be created.

elondaits commented 8 years ago

I installed AWS CLI tools on the hosting server which can be used to sync the Imaginary files to an S3 backup.

andreasdanielmatt commented 8 years ago

we already have an account at AWS (we registered it once, when we planned to use some of their services). I can get any package or service for that account? What do we need? Do you have PGP (I can send you the passwds)?

elondaits commented 8 years ago

I sent my public key.

elondaits commented 8 years ago

I've set it up and are currently uploading all user files to a private backup bucket.

elondaits commented 8 years ago

Scripts have been installed for syncing user files to an Amazon S3 bucket and copying all database backups to another bucket. These scripts are described in the Backup Policy Google Doc.