--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.
>> 
>> Karl Cunningham
>> 
>> 
>> #!/bin/bash
>> 
>> #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 anyway
>> @output /dev/null
>> messages
> 
> What are the @ symbols for in the script example?  I was under the
> impression that @ was used for computations?  

Matt --

The @ is for commands executed directly by the console, such as '@sleep' to
insert a delay. See

http://www.bacula.org/rel-manual/Bacula_Console.html#SECTION000337000000000000000

Karl



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to