Backup & Restore #11

Merged
greg merged 6 commits from feature/5-backups into master 2019-01-07 11:02:37 +00:00
Showing only changes of commit cef013a40a - Show all commits

View File

@ -13,7 +13,11 @@ Then, to fetch/update the modules, run:
git submodule update git submodule update
The Ark service is running on the Sidamo cluster and was set up using the The Ark service is running on the Sidamo cluster and was set up using the
[official docs' GCP instructions and config files][4]. [official docs' GCP instructions and config files][4]. There's a daily backup
schedule in effect for Gitea (using the label `app=gitea`).
Please refer to Ark's [ Getting Started ][5] doc for all backup and restore
commands.
## Backup location ## Backup location
@ -29,3 +33,4 @@ creates volume snapshots as native [GCE disk snapshots][2].
[2]: https://console.cloud.google.com/compute/snapshots?organizationId=772167872692&project=fluted-magpie-218106&tab=snapshots&snapshotssize=50 [2]: https://console.cloud.google.com/compute/snapshots?organizationId=772167872692&project=fluted-magpie-218106&tab=snapshots&snapshotssize=50
[3]: https://console.cloud.google.com/storage/browser/sidamo-backups?project=fluted-magpie-218106&organizationId=772167872692 [3]: https://console.cloud.google.com/storage/browser/sidamo-backups?project=fluted-magpie-218106&organizationId=772167872692
[4]: https://heptio.github.io/ark/v0.10.0/gcp-config [4]: https://heptio.github.io/ark/v0.10.0/gcp-config
[5]: https://heptio.github.io/ark/v0.10.0/get-started