]> 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)
commit640bbf17994f859d98b7b100615c873a4aa6183d
treea7c06503b46556633b54145c8e29cc0b4f5d0465
parent5c7e343185086399fc2f326d2b00588a93cd9e49
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