diff --git a/templates/db-backup.xml b/templates/db-backup.xml
index 8840fef..627ca57 100644
--- a/templates/db-backup.xml
+++ b/templates/db-backup.xml
@@ -8,30 +8,33 @@
false
https://forums.unraid.net/topic/89502-support-a75g-repo/
https://hub.docker.com/r/tiredofit/db-backup/
- Backup Multiple DB Servers (Influx, Maria/Mysql/Mongo/Postgres/Redis/Rethink) based on Alpine.Manual Backups can be performed by entering the container and typing backup-now
- Backup: Status:Stable
+ Backup multiple database types on a scheduled basis with many customizable options. Manual Backups can be performed by entering the container and typing backup-now
+For diffrent port please add variable DB1_PORT and include the port
+For more DB backups you can include DB2_NAME etc https://github.com/tiredofit/docker-db-backup#job-backup-options
+Check advanced for more settings
+ Backup:
https://raw.githubusercontent.com/A75G/docker-templates/master/templates/db-backup.xml
https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/db-backup.png
-
-
-
-
- Backup Multiple DB Servers (Influx, Maria/Mysql/Mongo/Postgres/Redis/Rethink) based on Alpine.Manual Backups can be performed by entering the container and typing backup-now
-
/mnt/user/backups/db/
- GZ
- ALL
- <Database_Type>
- <DATABASE_IP>
- root
- <DATABASE_PASSWORD>
- 3306
- 1440
- 0300
- 10080
- TRUE
- TRUE
- FALSE
- 0755
- false
+ ALL
+ mysql
+ 192.168.1.1
+ root
+ password
+ TRUE
+ 1440
+ 0300
+ 10080
+ ZSTD
+ 3
+ FALSE
+ FALSE
+ FALSE
+ NONE
+ FALSE
+ autodetected
+ 99
+ 100
+ 755
+ 777