--On Thursday, April 14, 2005 11:38 PM -0500 Matt Bettinger
<[EMAIL PROTECTED]> wrote:
> Thanks for the tips Dan and Karl.
> One more question:
>
>> You can create a shell script to do this. The format would be
>> something
>> like the following. Be careful of possible email line wrapping.
>>
On Thu, 14 Apr 2005, Matt Bettinger wrote:
Thanks for the tips Dan and Karl.
One more question:
[snip]
#Run this script to do a FULL Backup
./bconsole -c ./bconsole.conf << END_OF_COMMANDS
@# This assumes the jobs have been defined as full backups.
@# Discard prior messages. They have been logged
Thanks for the tips Dan and Karl.
One more question:
> You can create a shell script to do this. The format would be
> something
> like the following. Be careful of possible email line wrapping.
>
> Karl Cunningham
>
>
> #!/bin/bash
>
> #Run this script to do a FULL Backup
> ./bconsole -c
--On Thursday, April 14, 2005 3:07 PM -0500 Matt Bettinger
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> Sorry if this is somewhere in the FAQ but I searched and didn't find a
> reference to this question.
>
> How would I kick off all jobs for all clients?
>
> I restarted my bacula server box ( FreeBS
Matt Bettinger wrote:
Hi,
Sorry if this is somewhere in the FAQ but I searched and didn't find a
reference to this question.
How would I kick off all jobs for all clients?
I restarted my bacula server box ( FreeBSD ) and my startup script did
not work correctly. Now, I have a bunch of client j
On 14 Apr 2005 at 15:07, Matt Bettinger wrote:
> Sorry if this is somewhere in the FAQ but I searched and didn't find a
> reference to this question.
>
> How would I kick off all jobs for all clients?
I do that manually:
run yes job=ABC
then press uparrow, and manually change ABC to DEF.
Yo