From edc4ae34573e03b41186c07cf3cd85af9cc62247 Mon Sep 17 00:00:00 2001 From: A75G <31223569+A75G@users.noreply.github.com> Date: Mon, 10 Feb 2020 17:24:07 +0300 Subject: [PATCH] Create db-backup.xml --- templates/db-backup.xml | 123 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 templates/db-backup.xml diff --git a/templates/db-backup.xml b/templates/db-backup.xml new file mode 100644 index 0000000..c371912 --- /dev/null +++ b/templates/db-backup.xml @@ -0,0 +1,123 @@ + + + db-backup + tiredofit/db-backup + https://hub.docker.com/r/tiredofit/db-backup/ + bridge + + sh + false + https://hub.docker.com/r/tiredofit/db-backup/ + + Backup Multiple DB Servers (Influx, Maria/Mysql/Mongo/Postgres/Redis/Rethink) based on Alpine.[br][br]Manual Backups can be perforemd by entering the container and typing backup-now[/br][/br] + + + + https://i.imgur.com/g9YRYcx.png + + + + 1581292532 + + + Backup Multiple DB Servers (Influx, Maria/Mysql/Mongo/Postgres/Redis/Rethink) based on Alpine.[br][br]Manual Backups can be perforemd by entering the container and typing backup-now[/br][/br] + + bridge + + + + + /mnt/user/backups/db/ + /backup + rw + + + + + GZ + COMPRESSION + + + + <Database_Type> + DB_TYPE + + + + <DATABASE_IP> + DB_HOST + + + + database + DB_NAME + + + + root + DB_USER + + + + <DATABASE_PASSWORD> + DB_PASS + + + + 3306 + DB_PORT + + + + 1440 + DB_DUMP_FREQ + + + + 0300 + DB_DUMP_BEGIN + + + + 10080 + DB_CLEANUP_TIME + + + + TRUE + PARALLEL_COMPRESSION + + + + TRUE + MD5 + + + + FALSE + SPLIT_DB + + + + false + DEBUG_MODE + + + + + /mnt/user/backups/db/ + GZ + <Database_Type> + <DATABASE_IP> + database + root + <DATABASE_PASSWORD> + 3306 + 1440 + 0300 + 10080 + TRUE + TRUE + FALSE + false +