[backuppc] On ajoute la possibilité d'avoir des commandes prébackup
This commit is contained in:
parent
1f627595a2
commit
653cda3dd9
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ RsyncHostsToExclude["ytrap-llatsni"] = [
|
|||
"var",
|
||||
]
|
||||
|
||||
DumpPreUserCmd = collections.defaultdict(str)
|
||||
|
||||
DumpPreUserCmd["thot"] = '$sshPath -q -x -l root $host /usr/scripts/utils/pg_backups.sh'
|
||||
|
||||
# ip du nfs
|
||||
ipnfs = '10.231.136.7'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue