Add documentation for backups/restores

This commit is contained in:
Basti 2021-11-30 12:43:21 -06:00
parent 9e94440975
commit 172553ddb3
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 15 additions and 0 deletions

15
doc/backups.md Normal file
View File

@ -0,0 +1,15 @@
Backup
======
## Backup gem
Backups are stored on AWS S3, in the `kosmos-dev-backups` bucket.
The S3 credentials as well as the backup password are stored in the
`credentials` data bag under the `backup` item.
### Restore
To decrypt a backup archive, use the following command:
openssl aes-256-cbc -d -base64 -in my_backup.tar.enc -out my_backup.tar