├── README.md ├── backup.py ├── requirements.txt └── restore.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexey-goloburdin/postgres-s3-backuper/HEAD/README.md -------------------------------------------------------------------------------- /backup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexey-goloburdin/postgres-s3-backuper/HEAD/backup.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexey-goloburdin/postgres-s3-backuper/HEAD/requirements.txt -------------------------------------------------------------------------------- /restore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexey-goloburdin/postgres-s3-backuper/HEAD/restore.py --------------------------------------------------------------------------------