projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b012369
)
Exclude /srv/chroot and /home/buildd/build-trees from backups
author
Tollef Fog Heen
<tfheen@err.no>
Sun, 24 Jun 2012 10:41:22 +0000
(12:41 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sun, 24 Jun 2012 10:41:32 +0000
(12:41 +0200)
modules/bacula/templates/bacula-dir.conf.erb
patch
|
blob
|
history
diff --git
a/modules/bacula/templates/bacula-dir.conf.erb
b/modules/bacula/templates/bacula-dir.conf.erb
index
a1444a6
..
862cb6a
100644
(file)
--- a/
modules/bacula/templates/bacula-dir.conf.erb
+++ b/
modules/bacula/templates/bacula-dir.conf.erb
@@
-53,6
+53,8
@@
FileSet {
File = /var/run
File = /var/lock
File = /dev
+ File = /srv/chroot
+ File = /home/buildd/build-trees
}
}