|
Depending on the needs and on a project basis we do:
- Daily full backups on our cloud provider
- On demand updates of all our software (mostly php) on premium bitbucket accounts mostly because of versioning and chances to rollback plus a weekly full versioning to distribute all the software to all our appliance servers
- Hourly database backups on Google Cloud BigData SQL service (not needed? we do it anyway!)
- Daily remote backups on premium google drive for the static content so if the provider backups should fail we always have a copy of the content. We used Amazon Drive before they stopped the unlimited feature.
- Finally as CEO I always backup all to my office NAS since I'm connected on a Gigabit Fiber so it's not a big hassle with rsync to do it continuously without affecting the office's connectivity performance.
|