]> git.ipfire.org Git - thirdparty/bacula.git/commit
Add command to change the pool of a job and the associated volumes
authorEric Bollengier <eric@baculasystems.com>
Fri, 23 Mar 2018 12:08:20 +0000 (13:08 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 14 Jul 2018 13:37:53 +0000 (15:37 +0200)
commit5a4d3fc605771b0f627b31479119e2eca29340dc
tree90439ff6e25120889eb2a9aec2f1b71a3142f867
parent5fc48db5ffe53376ffa39804090506aafb5b0653
Add command to change the pool of a job and the associated volumes

update job jobid=x pool=XXXX

It will update the PoolId for the Job and all associated volumes.

This might be very useful to do VirtualFull in a temporary pool,
then move back the job and all the volumes into a selected pool.

The main use case is when using VirtualFull + MaximumPoolBytes
bacula/src/dird/ua_update.c