git.p6c8.net
/
psmysqlbackup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d9b112
)
Comments for new config options
author
Patrick Canterino
<patrick@patrick-canterino.de>
Fri, 14 Jan 2022 16:40:49 +0000
(17:40 +0100)
committer
Patrick Canterino
<patrick@patrick-canterino.de>
Fri, 14 Jan 2022 16:40:49 +0000
(17:40 +0100)
psmysqlbackup.ps1
patch
|
blob
|
history
diff --git
a/psmysqlbackup.ps1
b/psmysqlbackup.ps1
index cdc6afa26f7bae0d0685cd8ae074069bbf6c6903..31cfd796c5c21df9548784acebe0516114d07e10 100644
(file)
--- 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
patrick-canterino.de