commit | 590a0031f2181bd70b759393c06962e4fce4412c | [log] [tgz] |
---|---|---|
author | codec <codec@fnord.cx> | Wed Jul 04 23:35:24 2012 +0200 |
committer | codec <codec@fnord.cx> | Wed Jul 04 23:35:24 2012 +0200 |
tree | 09b1e51952b0ea40ab2794d9558a78ff12ee3c1a | |
parent | 3ed809d73232c968e4a2407d300e79b6309f8584 [diff] |
add exclude.list to rsync extra args
diff --git a/templates/host.pl.erb b/templates/host.pl.erb index c7b12a1..aa54caf 100644 --- a/templates/host.pl.erb +++ b/templates/host.pl.erb
@@ -978,7 +978,9 @@ # '--exclude-from=$confDir/pc/$host.exclude', # ]; # -$Conf{RsyncArgsExtra} = []; +$Conf{RsyncArgsExtra} = [ + '--exclude-from=$confDir/pc/$host/exclude.list', +]; # # Arguments to rsync for restore. Do not edit the first set unless you