1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-07-19 18:18:02 +00:00

initial commit

This commit is contained in:
Elliott Shugerman
2019-11-27 17:05:27 -07:00
commit 66a9a2b219
20 changed files with 566 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
This is a fork and restructuring of schickling's [postgres-backup-s3](https://github.com/schickling/dockerfiles/tree/master/postgres-backup-s3) and [postgres-restore-s3](https://github.com/schickling/dockerfiles/tree/master/postgres-restore-s3).
See [`backup/README.md`](/backup/README.md) and [`restore/README.md`](/restore/README.md) for further instructions.
Fork goals:
- [x] dedicated repository
- [x] automated builds
- [x] support multiple PostgreSQL versions
- [ ] support encrypted (password-protected) backups
- [ ] merge backup and restore images?