Author: Dan
Date: 11-01-13 16:12
Here's another way I cancel Bacula jobs:
I copy the output of st dir from within bconsole. I paste that into a file, delete-bacula-jobs, removing the jobs I don't want to cancel. Then I issue this command:
cat delete-bacula-jobs | awk '{print "cancel yes jobid="$1}' | bconsole
--
Webmaster
Post Edited (08-04-13 12:40)
|
|