Hello,
> > I am using 'UDF formatted DVD-RAMs' for backup at home. So it's the
> > write-files-to-disk approach rather than the write-data-part-to-media
> > approach.
> >
> > To mount the media automatically when bacula needs it (and umount after
> > backup) I am using autofs.
[...]
> > I can po
I am using 'UDF formatted DVD-RAMs' for backup at home. So it's the
write-files-to-disk approach rather than the write-data-part-to-media
approach.
To mount the media automatically when bacula needs it (and umount after
backup) I am using autofs.
That is a daemon which does the 'mount/umou
Am Freitag, 18. August 2006 21:38 schrieb stefan:
> > Bacula comes with a command called dvd-handler it is the command that
> > you have in /etc/bacula/bacula-sd.conf for WritePartCommand and
> > FreeSpaceCommand. In your case it seems to be in /etc/bacula/dvd-handler
> > so using
> >
> > /etc/bacu
>
> Bacula comes with a command called dvd-handler it is the command that
> you have in /etc/bacula/bacula-sd.conf for WritePartCommand and
> FreeSpaceCommand. In your case it seems to be in /etc/bacula/dvd-handler
> so using
>
> /etc/bacula/dvd-handler /dev/hdc prepare
okay , on my systems it is
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of stefan
> Sent: 18 August 2006 15:43
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] can not write to DVD
>
>
> > >
> > > but
> when I do this, without "dvd-handler /dev/hdc prepare" ,cause I dont know what
> you mean with "dvd-handler /dev/hdc prepare" ,
Execute that command from the shell. If it is not found check your
bacula-sd.conf which should have the full path.
John
--
> >
> > but can not find a way to mount the volume. What is wrong here?
> > How should I mount he volume? Can not find a way!
>
> That is probably a leftover from your earlier tests - and a bug that is
> hopefully fixed in 1.39.x.
>
> Basically I'm guessing that bacula managed to create a volume b
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of stefan
> >
> > Then try the mount command there. You need to find a way to
> get it working
> > there.
> okay, it seems I can mount, it seems the mount error that
> only root can mount
> is wh
>
> Then try the mount command there. You need to find a way to get it working
> there.
okay, it seems I can mount, it seems the mount error that only root can mount
is when the DVD is already mounted. Could this be?
When I run "run" under console I get now:
"18-Aug 15:15 server-sd: Please mount
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of stefan
> > If you aren't root then a workaround would be to add something like
> >
> "server:~# ps -ef | grep bacula-sd
> bacula2057 1 0 08:33 ?
> 00:00:00 /usr/sbin/bacula-sd -c
Hello,
> > /dev/hdc /media/cdrom1 iso9660 ro,user,noauto 0 0
> >
> > to /etc/fstab
>
> Yes, my /etc/fstab looks like this! I tried manually mount and I did a
> reboot. This is not helping :(
>
> > I must admit that to-date I've run as root for DVD stuff. That's
> > something to thin
> > > but now another problem appear:
> > > I can not mount the DVD:
> > >
> > > "*mount
> > > Using default Catalog name=MyCatalog DB=bacula
> > > The defined Storage resources are:
> > > 1: SERVER-DVD
> > > 2: DVD
> > > Select Storage resource (1-2): 2
> > > 3907 Device "DVD-Writer" (
On Wed, 2006-08-16 at 17:37 -0400, John Drescher wrote:
> Niether mount or label work in the release version. This is being
> fixed in the current cvs. To use dvd media with the current release
> version 1.38.11 you must get autolabel to work and that will
> automatically mount dvds during the labe
Niether mount or label work in the release version. This is being
fixed in the current cvs. To use dvd media with the current release
version 1.38.11 you must get autolabel to work and that will
automatically mount dvds during the labeling,
John
On 8/16/06, stefan <[EMAIL PROTECTED]> wrote:
>
> >
>
> The appropriate instructions are at
> http://www.bacula.org/rel-manual/Basic_Volume_Management.html#SECTION000251
>200
>
> You need to ensure that the pool definition that you use has LabelFormat
> and Volume Use Duration (not sure if the latter is absolutely required).
>
> You alr
On Tue, 2006-08-15 at 18:19 +0200, stefan wrote:
> >
> > Also note that DVD writing doesn't work fully in 1.38 (some commands
> > like label, relabel, purge will not work). Hopefully it will be fully
> > functional in 1.40.
>
> okay, I have it running but I cant write to dvd cause I can not labe
>
> Also note that DVD writing doesn't work fully in 1.38 (some commands
> like label, relabel, purge will not work). Hopefully it will be fully
> functional in 1.40.
okay, I have it running but I cant write to dvd cause I can not label.
What is the way to write to DVD without labeling?
The follo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Occasionally, actually reading the error message helps. ;) I suspect if
you do a textual search for "DVD" in your SD configuration, you will see
that it is not there... hence:
> Device "DVD" with MediaType "DVD" requested by DIR not found in SD Device
Hi Stefan,
> I made the changes:
> "Device {
> Name = "DVD-Writer"
> Media Type = dvd
>
The above line *might* be wrong.
> 15-Aug 08:27 server-sd: Client1.2006-08-15_08.27.22 Fatal error:
> Device "DVD" with MediaType "DVD" requested by DIR not found in SD
> Device
> resources.
>
Y
I made the changes:
"Device {
Name = "DVD-Writer"
Media Type = dvd
Archive Device = /dev/hdc
LabelMedia = yes; # lets Bacula label unlabeled media
Random Access = Yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = yes;
AlwaysOpe
On Tue, 2006-08-15 at 00:30 +0200, stefan wrote:
> Hello all,
>
> I have bacula 1.38.11 on debian 3.1 installed and want to backup to DVD.
> I edit the bacula-sd.conf:
>
> "Device {
> Name = "DVD-Writer"
> Media Type = dvd
Not sure if case is sensitive but I use DVD there.
> Archive Device
Hello all,
I have bacula 1.38.11 on debian 3.1 installed and want to backup to DVD.
I edit the bacula-sd.conf:
"Device {
Name = "DVD-Writer"
Media Type = dvd
Archive Device = /media/cdrom1 # I also changed this to /dev/hdc but the #
#same
LabelMedia = yes; # lets Bacul
22 matches
Mail list logo