Update backup docs

This commit is contained in:
Basti 2019-01-05 11:23:17 +08:00
parent 3692204ce4
commit cef013a40a

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