Bacula-users

[Bacula-users] DVD backup help

2008-05-09 18:23:56
Subject: [Bacula-users] DVD backup help
From: Rich <yahoo.rich AT bladeracing DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 09 May 2008 16:23:16 -0600
Hi!  So far Luke and all his Force has not helped me on this one....

I am trying to get Bacula to perform backups to a DVD drive.   After
killing a whole bunch of time with Google and Bacula docs I thought I
would see if someone has this working to date or get some fresh set of
eyes looking at this problem.

The current wall I am looking at is a fatal error message after the 4th
partition (800M) in size has been written to the DVD.

borg-sd: Wrote label to prelabeled Volume "borg-fd-dvd-0000" on device
"bak-dvd0-borg" (/dev/dvd)
borg-sd: Part 1 (838849960 bytes) written to DVD.
borg-sd: Remaining free space 3,846,471,680 on "bak-dvd0-borg" (/dev/dvd)
borg-sd: Part 2 (838849528 bytes) written to DVD.
borg-sd: Remaining free space 3,003,056,128 on "bak-dvd0-borg" (/dev/dvd)
borg-sd: Part 3 (838849536 bytes) written to DVD.
borg-sd: Remaining free space 2,159,640,576 on "bak-dvd0-borg" (/dev/dvd)
borg-sd: Part 4 (838849536 bytes) written to DVD.
borg-sd: Remaining free space 1,316,225,024 on "bak-dvd0-borg" (/dev/dvd)
borg-sd: dvd-job.2008-05-09_15.33.06 Fatal error: dvd.c:263 Error
writing part 5 to the DVD: ERR=Running /usr/bin/growisofs -quiet
-use-the-force-luke=4gms -A 'Bacula Data' -input-charset=default
-iso-level 3 -pad -p 'dvd-handler / growisofs' -sysid 'BACULADATA' -R -M
/dev/dvd /raid5/archive/tmp/borg-fd-dvd-0000.5
Executing 'mkisofs -quiet -A Bacula Data -input-charset=default
-iso-level 3 -pad -p dvd-handler / growisofs -sysid BACULADATA -R -C
1235488,1647296 -M /dev/fd/3 /raid5/archive/tmp/borg-fd-dvd-0000.5 |
builtin_dd of=/dev/dvd obs=32k seek=102956'
genisoimage: Invalid argument. Seek error on old image
:-( mkisofs has failed: 22
Error while writing part file:  /usr/bin/growisofs -quiet
-use-the-force-luke=4gms -A 'Bacula Data' -input-charset=default
-iso-level 3 -pad -p 'dvd-handler / growisofs' -sysid 'BACULADATA' -R -M
/dev/dvd /raid5/archive/tmp/borg-fd-dvd-0000.5 exited with status 22,
signal/status 5632 || errno = 22 (Invalid argument)

Bacula-sd is running on an x86_64 system and this is device
configuration I am using.
Device {
  Name = "bak-dvd0-borg"
  Media Type = DVD-borg
  Archive Device = /dev/dvd
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = yes;
  AlwaysOpen = no;
  MaximumPartSize = 800M;
  SpoolDirectory = /raid5/archive/tmp;
  RequiresMount = yes;
  MountPoint = /raid5/archive/dvd;
  MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
  UnmountCommand = "/bin/unmount %m";
  WritePartCommand = "/raid5/archive/scripts/dvd-handler %a write %e %v";
  FreeSpaceCommand = "/raid5/archive/scripts/dvd-handler %a free";
}

Version being used is as follows on the bacula-dir side of things.
     bacula-director-common-2.0.3-11.fc8
On the bacula-sd and bacula-fd sid of things.
     bacula-client-2.0.3-11.fc8
     bacula-storage-common-2.0.3-11.fc8
     bacula-storage-mysql-2.0.3-11.fc8

Any ideas?
Regards,

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>