Hello all.

I have one bacula server, where the backup strategy occurs in the following way:
- i have backup jobs that runs on the monday to friday at 12:30pm
- and other backup jobs that runs at 09:00pm on the same weekdays
- all of these jobs are written to volume (Backup-00[12]) on the disk(/backup partition)
Example:
Monday - the volume used is Backup-001
Tuesday - the volume used is Backup-002
Wednesday - the volume used is Backup-001 (the volume is recycled)
and so on

The problem is that, this server have one unit of tape (DAT-72).
What i want is to transfer all the backup made on the day to tape,
without re-make all the jobs again in the bacula.
I actually using the bcopy utility to do this task, however when i
use the bscan utility to scan the tape and store the backup information
to catalog (after 67%) i get these errors:

bscan: bscan.c:563 Could not find SessId=40 SessTime=1149104161 for EOS record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.
bscan: bscan.c:630 Could not find Job for SessId=40 SessTime=1149104161 record.

And this errors repeat until the end, the count of files is incomplete, and size
of the volume tested was 890MB.

The comands i have used are:
# bcopy -c /opt/bacula/etc/bacula-sd.conf -i Backup-002 -o Temp FileStorage FileStorage
to make a copy of Backup-002 to disk on /backup, with the name Temp

# bscan -c /opt/bacula/etc/bacula-sd.conf -P 'xxxxxx' -S -V Temp FileStorage
to scan the volume previous copied

PS.: If i run the bscan in the original volume (Backup-002), i don't get errors.

Info of my system:
Linux: Suse Linux 10.0
Kernel: 2.6.13-15-bigsmp
Bacula: 1.38.10


Anyone have ideas?



__________________________________________________
Fale com seus amigos de graça com o novo Yahoo! Messenger
http://br.messenger.yahoo.com/

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to