projects
/
bacula-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7670413
)
Truncate old volumes after backup.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 23 Mar 2011 16:00:09 +0000
(17:00 +0100)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 23 Mar 2011 16:00:09 +0000
(17:00 +0100)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
5a45d4f
..
1a1fbb6
100644
(file)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-282,6
+282,11
@@
Job {
JobDefs = "Job_SysBackup"
Pool = $HOST-pool
Storage = $HOST-stor
+ RunScript {
+ RunsWhen=After
+ RunsOnClient=No
+ Console = "purge volume action=all storage=$HOST-stor pool=$HOST-pool"
+ }
}
EOF