Niklas 5fae0c64d9
All checks were successful
continuous-integration/drone/push Build is passing
improved README
2021-07-01 11:58:02 +02:00
2021-06-17 22:51:59 +02:00
2021-03-29 22:55:10 +02:00
2021-03-29 22:55:10 +02:00
2021-07-01 00:04:44 +02:00
2021-07-01 00:04:44 +02:00
2021-07-01 11:58:02 +02: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.

Description
Poor mans backup solution.
Readme 485 KiB
Languages
Shell 95.7%
Dockerfile 4.3%