]> git.ipfire.org Git - thirdparty/bacula.git/commit
Add 'prune jobs/files all' command
authorEric Bollengier <eric@baculasystems.com>
Thu, 22 Nov 2018 17:07:08 +0000 (18:07 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 8 Apr 2019 16:20:25 +0000 (18:20 +0200)
commit02fa2d27c733c56d5db41d50c85773be2e43c325
tree1b5ea5ca5db1bc58c88eb6a522215c8090edd457
parenta3c21b93a2afb0baa748792b1fc21b6aa7fa1591
Add 'prune jobs/files all' command

This new command will prune automatically all combinations of
Client/Pool found in the Job table. That will respect the safe pruning
algorithm, and will not prune jobs that are still needed to restore.
bacula/src/cats/bdb.h
bacula/src/cats/protos.h
bacula/src/cats/sql_get.c
bacula/src/cats/sql_list.c
bacula/src/dird/ua_cmds.c
bacula/src/dird/ua_prune.c