]> git.p6c8.net - psmysqlbackup.git/blobdiff - psmysqlbackup.ps1
Comments for new config options
[psmysqlbackup.git] / psmysqlbackup.ps1
index cdc6afa26f7bae0d0685cd8ae074069bbf6c6903..31cfd796c5c21df9548784acebe0516114d07e10 100644 (file)
@@ -27,7 +27,9 @@ $configBackupDir = "backup"
 # Number of backups to keep, set to 0 to keep all backups
 $configRotate = 7
 
+# Directory where to store the logfiles
 $configLogDir = "log"
+# Number of logfiles to keep, set to 0 to keep all logfiles
 $configLogRotate = 7
 
 # Databases to backup, leave empty to backup all databases

patrick-canterino.de