Sfoglia il codice sorgente

chore(doc): Improve examples

Emmanuel Bouthenot 6 ore fa
parent
commit
3f78894e0b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/mariadb.conf

+ 1 - 1
examples/mariadb.conf

@@ -3,7 +3,7 @@
 DBENGINE="mysql"
 
 # Backup directory
-BACKUPDIR="/var/backups/autodbbackup/mariadb"
+BACKUPDIR="/var/backups/autodbbackup/${DBENGINE}"
 
 # Include CREATE DATABASE in backups?
 CREATE_DATABASE="no"