This commit is contained in:
Pierre-Elliott Bécue 2015-11-24 17:00:34 +01:00
parent 224b082c47
commit 97e41cc153

View file

@ -84,7 +84,8 @@ for host in RsyncHosts:
_ = RsyncPeriods.setdefault(host, [4.97, 30.97])
# RsyncHostsToBackup : dictionnaire d'hôtes de la forme
# { "hote" : {
# {
# "hote" : {
# 'nomdepartochecool' : 'emplacement de partoche cool',
# }
# }
@ -142,9 +143,11 @@ RsyncHostsToExclude = collections.defaultdict(list)
RsyncHostsToExclude["asterisk"] = [
"var",
]
RsyncHostsToExclude["dhcp"] = [
"var",
]
RsyncHostsToExclude["ytrap-llatsni"] = [
"var",
]