EdwardDiehl / backup

The backup and restore service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backup and restore service for the rubyjobs.ru project

The service provides two scripts - backup and restore. The backup script makes a dump of the database (PostgreSQL), compresses it, and then sends to AWS S3 storage. The restore script can restore any dump file located on AWS S3.

The service is meant to be ran as a Docker container. Inside the container the backup routine is executed on regular basis using cron scheduler.

Copyright (c) 2018 Alexander Sulim

About

The backup and restore service

License:MIT License


Languages

Language:Shell 73.7%Language:Dockerfile 25.4%Language:Makefile 0.9%