Compare commits
2 Commits
1a7f7fee45
...
3d1937823a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d1937823a | |||
|
172553ddb3
|
15
doc/backups.md
Normal file
15
doc/backups.md
Normal 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
|
||||
Reference in New Issue
Block a user