Dave wrote:
Hello,
I've got two questions on .bsr files. First, when a job runs and a .bsr file is created by the job if one is already in the location specified in the job definition is it overwritten or appended to? And second, if they're overwritten is it possible to have a filename like systemname-formatteddate.bsr?
Thanks.
Dave.

What i actually do, is to mail them off site in a RunAfter script:

# generate optimized bsrs for the backup server
echo | /usr/local/sbin/bconsole -c /usr/local/etc/bconsole.conf 2>&1 >/dev/null 
<<EOF
restore client=stat-fd select all
2
done
no
quit
EOF
cat /var/db/bacula/restore.bsr | mail -s "Bootstrap of Stat / (root)" [EMAIL 
PROTECTED]

I think this is described somewhere in the manual.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to