]> git.sur5r.net Git - bacula/bacula/commit
Implement new "purge volume action" command to trigg ActionOnPurge.
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 1 Feb 2010 17:08:06 +0000 (18:08 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:25 +0000 (16:49 +0200)
commit2bc6206ef2502190aaabd549461f774ee5a39cc7
tree7786cf16e104e342fcee2799eea597ec646ced51
parent7f68dcc09132d0a4e2d3e9f8e5884b0b1e68fab0
Implement new "purge volume action" command to trigg ActionOnPurge.

This command will replace the automatic truncate operation when purging
the volume.

example:
*update volume=xxxx actiononpurge=Truncate
*purge volume=xxxx
*purge volume=xxxx action=all storage=File
*purge volume=xxxx action=truncate
*purge volume action allpools storage=File
bacula/src/dird/ua_cmds.c
bacula/src/dird/ua_purge.c