[backuppc] On ajoute la possibilité d'avoir des commandes prébackup

This commit is contained in:
Pierre-Elliott Bécue 2014-06-18 01:58:55 +02:00
parent 1f627595a2
commit 653cda3dd9

View file

@ -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'