Poor mans backup solution.
Go to file
Djeeberjr 92a0ea8f77
All checks were successful
continuous-integration/drone/push Build is passing
added restore
2022-03-14 20:26:20 +01:00
.dockerignore added dockerignore 2021-11-10 21:29:50 +01:00
.drone.yml drone file 2022-02-15 11:21:51 +01:00
.gitignore added restore 2022-03-14 20:26:20 +01:00
backup.sh made changes 2021-11-10 21:27:49 +01:00
docker-compose.yml made changes 2021-11-10 21:27:49 +01:00
Dockerfile added restore 2022-03-14 20:26:20 +01:00
interactive.sh made changes 2021-11-10 21:27:49 +01:00
README.md improved README 2021-07-01 11:58:02 +02:00
restore.sh added restore 2022-03-14 20:26:20 +01:00
setup.sh i am not good at this 2022-02-15 12:27:53 +01:00

Use restic together with rclone for a poor mans backup solution.

Environment variables:

RCLONE_REMOTE remote for rclone e.g. gdrive:/backup

RCLONE_CONFIG file path for the rclone config file e.g. /config/rclone.conf

ENC_PASSWORD or ENC_PASSWORD_FILE password for the repo

For the database:

MYSQL_DUMP_DB all databases comma sperated: db1,db2

MYSQL_HOST

MYSQL_USERNAME

MYSQL_PASSWORD or MYSQL_PASSWORD_FILE

Use the /app/init.sh script to init a new remote.