From: Patrick Canterino Date: Fri, 14 Jan 2022 16:40:49 +0000 (+0100) Subject: Comments for new config options X-Git-Tag: 0.2~3 X-Git-Url: https://git.p6c8.net/psmysqlbackup.git/commitdiff_plain/f6f326704b707f884efceaba1b3a5d0ea31c430e?hp=0d9b112c85892de9511250eb3747a4adf6e60bf1 Comments for new config options --- diff --git a/psmysqlbackup.ps1 b/psmysqlbackup.ps1 index cdc6afa..31cfd79 100644 --- a/psmysqlbackup.ps1 +++ b/psmysqlbackup.ps1 @@ -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