Bacula-users

Re: [Bacula-users] how to use a raw disk?

2009-07-03 01:27:37
Subject: Re: [Bacula-users] how to use a raw disk?
From: Diego Gallardo <demege21 AT gmail DOT com>
To: Bacula User List <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 3 Jul 2009 02:20:14 -0300
Im just running on a similar problem.
So the configuration should be:

Device {
 Name = FileStorage
 Media Type = File
 Archive Device = /mnt/disk    # The mount point of the disk
 LabelMedia = yes;                   # lets Bacula label unlabeled media
 Random Access = Yes;
 AutomaticMount = yes;               # when device opened, read it
 RemovableMedia = no;
 AlwaysOpen = no;
}

I should mount it before backup ?

Thanks.

Diego Gallardo

/////////////////////////
\\\\\\ 10GO   \\\\\\
////////////////////////


On Thu, Jul 2, 2009 at 8:42 PM, ginzzer <ginzzer AT gmail DOT com> wrote:
Well,  that disk will only be mounted in during backup, so can I let  bacula
to do mount automatically for me?

on 2/7/2009 15:33:18, Lee Huffman <lee AT shiftedlabs DOT com> wrote:
Re: [Bacula-users] how to use a raw disk?
> You need to mount the hard disk and use that path on the "Archive
> Device" line.
>
> ginzzer wrote:
> > I have an extra disk, I format it as ext3 (no partition), I can mount
> > and do i/o from it. I set a device like
> >
> >
> > Device {
> >   Name = FileStorage
> >   Media Type = File
> >   Archive Device = /dev/sdg
> >   LabelMedia = yes;                   # lets Bacula label unlabeled media
> >   Random Access = Yes;
> >   AutomaticMount = yes;               # when device opened, read it
> >   RemovableMedia = no;
> >   AlwaysOpen = no;
> > }
> >
> > But seems that bacula fail to backup on it, what's goning on?
> >
> > In addition, if backup to the /dev/sdg works, then I wonder how to make the
> > following works. I also have a tape machine installed, I can make bacula working
> > on that tape without any problem. But I want bacula to backup on the tape on
> > every sunday and make another backup on  /dev/sdg on every wednesday, how to
> > change configuration to do that?
> >
> >
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > Bacula-users mailing list
> > Bacula-users AT lists.sourceforge DOT net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> >
>
>
> --
> Lee Huffman | lee AT shiftedlabs DOT com
> President - Shifted Labs, Inc.
> P: 206-569-4316
> F: 206-508-3935
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


--
ginzzer <ginzzer AT gmail DOT com >


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

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