Re: [Bacula-users] restore windows problem

2011-10-24 Thread Konstantin Khomoutov
On Mon, Oct 24, 2011 at 02:05:06PM -0700, slw1953 wrote:

> I am trying to restore some Windows file from a specfic directory.
> After specifying data and host, bacula comes back with the $, at which
> time I first say:
> 
> $ umark all
> 
> Then I try to see all the file systems that have been backed up:
> 
> $ ls
> C:\/
> E:\/
> F:\/
> G:\/
> H:\/
> I:\/
> $
> 
> I have tried every syntax I can think of:
> 
> $ cd F:
> $ cd "F:"
> $ cd F:\/
> $ cd "F:\/"
> $ cd "F:/Admin"
> $ cd "F:\/Admin"
> 
> all of which return
> 
> Invalid path given
> 
> Any suggestions as to the specific syntax that bacula is wanting?
cd F:/

I have no idea why do you see those "\/" in the ls' output--in my
Windows backups paths show up as
C:/
D:/
etc in the ls' output in the root directory of the "restore ... select"
view.
I'm using bacula 5.0.2 (as packaged for Debian).


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] restore windows problem

2011-10-24 Thread slw1953
I am trying to restore some Windows file from a specfic directory.  After 
specifying data and host, bacula comes back with the $, at which time I first 
say:

$ umark all

Then I try to see all the file systems that have been backed up:

$ ls
C:\/
E:\/
F:\/
G:\/
H:\/
I:\/
$

I have tried every syntax I can think of:

$ cd F:
$ cd "F:"
$ cd F:\/
$ cd "F:\/"
$ cd "F:/Admin"
$ cd "F:\/Admin"

all of which return

Invalid path given

Any suggestions as to the specific syntax that bacula is wanting?

+--
|This was sent by willi...@csr.utexas.edu via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to write one job to two storage devices simultaneously

2011-10-24 Thread Phil Stracchino
On 10/24/11 11:05, Alan Brown wrote:
> Phil Stracchino wrote:
> 
>> The NAS will be VERY much faster than the tape drive.
> 
> Are you sure about that? My LTO5s make 160Mb/s+ and I've yet to see a 
> non-SSD NAS which can match them.

Actually, someone else asked the same in email.  So let me reword
slightly:  It is very likely that your NAS will be very much faster than
your tape drive, unless you're using the latest generation of tape drives.


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
 It's not the years, it's the mileage.

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to write one job to two storage devices simultaneously

2011-10-24 Thread Alan Brown
Phil Stracchino wrote:

> The NAS will be VERY much faster than the tape drive.

Are you sure about that? My LTO5s make 160Mb/s+ and I've yet to see a 
non-SSD NAS which can match them.






--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to write one job to two storage devices simultaneously

2011-10-24 Thread Oliver Hoffmann
> On 10/21/11 04:49, Rushdhi Mohamed wrote:
> > How to write one job to two storage devices simultaneously??
> 
> Bacula does not - yet - have this capability.
> 
> > I have a large amount of data to backup and I choose Bacula to
> > automate them.
> > 
> > I have to storage devices one is NAS and other one is a tape drive.
> > 
> > My problem is, when I run a backup job , it should write to NAS and
> > tape at the same time.
> > 
> > How it is possible ?
> 
> The NAS will be VERY much faster than the tape drive.  Could you run
> the backup to your NAS, and then run a copy job to the tape drive
> after it completes?  This will also free up your client faster.
> 
> Caveat:  The NAS and the tape drive MUST be controlled by the same
> storage daemon for this to work.
> 
> 

Hi,

I have the same issue right now as well. I do my backups on an attached
raid, which works very well. But I need a copy in order to have the
backups outside of the room where the servers reside. 
My first approach was to simply copy the volume files, the catalog and
the bacula config files to an external usb drive. I do not have any
tape drive there (yet). 

I could tinker a new bacula server with those files in case of a
disaster or manipulate the volume files directly with the b-tools.

I played around with "Next Pool = usb1" and different pools on my usb
drives but it didn't work properly and in the end it is much to complex
to handle.

Cheers,

Oliver



--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-24 Thread R . Lindner
> Hi,
> 
> So i have tried your suggestions, so my fileset is now like that :
> 
> FileSet {
>Name = "X"
>Include {
>  Options {
>signature = SHA1
>compression=GZIP
>wilddir = "/data/backup/DB-ADMIN*/"
>  }
>File = /data/backup
>}
> }
> 
> And it don't work as expected ! I've also tried with wilddir = 
> "DB-ADMIN*". It's the same.
> 
> All the files in /data/backup are selected ! Not only directory like 
> DB-ADMIN* !
> 
> Where is my mistake ?
> 
> Does somebody have an other suggestion ?


Hi,
Take a look at the bacula Manual, there is an example labled "!!!This 
example doesn't work!!!" that looks exactly like your fileset.

You'll probably have do do something like:

FileSet {
  Name = "Full Set"
  Include {
 Options {
wilddir = "DB-ADMIN*"
 }
 Options {
Exclude = yes
RegexDir = "*"
 }
 File = /data/backup
  }
}


Best Regards

Robert--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-24 Thread Ben Walton
Excerpts from Dimitri Gourdon's message of Mon Oct 24 09:24:25 -0400 2011:

> But I don't want to exclude directories like /data/backup/DB-ADMIN*
> , I want to backup only them ! (not the other files in /data/backup)

I'm sorry, you're right.  I'd forgotten some of the details and didn't
pay enough attention.  I'm not sure how to efficiently define this.
Hopefully someone else will chime in.

Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-24 Thread Dimitri Gourdon
But I don't want to exclude directories like /data/backup/DB-ADMIN* , I 
want to backup only them ! (not the other files in /data/backup)

Le 24/10/2011 15:12, Ben Walton a écrit :
> Excerpts from Dimitri Gourdon's message of Mon Oct 24 07:34:53 -0400 2011:
>
> Hi Dimitri,
>
>> FileSet {
>> Name = "X"
>> Include {
>>   Options {
>> signature = SHA1
>> compression=GZIP
>> wilddir = "/data/backup/DB-ADMIN*/"
>>   }
>> File = /data/backup
>> }
>> }
> You're not telling the fileset to exclude those directories.  The
> options statement should have Exclude = yes in it.
>
> Thanks
> -Ben
> --
> Ben Walton
> Systems Programmer - CHASS
> University of Toronto
> C:416.407.5610 | W:416.978.4302
>
>
> --
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-24 Thread Ben Walton
Excerpts from Dimitri Gourdon's message of Mon Oct 24 07:34:53 -0400 2011:

Hi Dimitri,

> FileSet {
>Name = "X"
>Include {
>  Options {
>signature = SHA1
>compression=GZIP
>wilddir = "/data/backup/DB-ADMIN*/"
>  }
>File = /data/backup
>}
> }

You're not telling the fileset to exclude those directories.  The
options statement should have Exclude = yes in it.

Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-24 Thread Dimitri Gourdon
Hi,

So i have tried your suggestions, so my fileset is now like that :

FileSet {
   Name = "X"
   Include {
 Options {
   signature = SHA1
   compression=GZIP
   wilddir = "/data/backup/DB-ADMIN*/"
 }
   File = /data/backup
   }
}

And it don't work as expected ! I've also tried with wilddir = 
"DB-ADMIN*". It's the same.

All the files in /data/backup are selected ! Not only directory like 
DB-ADMIN* !

Where is my mistake ?

Does somebody have an other suggestion ?

Le 21/10/2011 19:28, Martin Simmons a écrit :
>> On Fri, 21 Oct 2011 15:40:10 +0200, Dimitri Gourdon said:
>> Le 14/10/2011 11:02, Dimitri Gourdon a écrit :
>>> Hi all,
>>>
>>> I use Bacula 5.0.2 on debian stable 6.0.2.
>>> I want to setup a fileset to match some directories to backup. The
>>> directories are like this :
>>>
>>> ...
>>> /data/backup/DB-ADMIN-2011-10-12/
>>> /data/backup/DB-ADMIN-2011-10-13/
>>> /data/backup/DB-ADMIN-2011-10-14/
>>> ...
>>>
>>> And everyday a new directory is created.
>>>
>>> So my fileset :
>>>
>>> FileSet {
>>>Name = "X"
>>>Include {
>>>  Options {
>>>signature = SHA1
>>>compression=GZIP
>>>wild = "/data/backup/DB-ADMIN*/"
>>>  }
>>>
>>>}
>>> }
>>>
>>> My problem is that no file match ! I think it's a problem with the
>>> fileset wildcard cause everything (!) else work well. I've tried a lot
>>> of things, read documentation, search on google, etc... I cannot do
>>> this ! Can someone help me ???
>> Hi,
>>
>> Nobody can help me on this problem ?
> You need to add a "File =" line inside the Include to tell Bacula where to
> start.  Look at the FileSet Examples again.
>
> http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION00188
>
> __Martin
>
> --
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula-Web project: Newsletter subscription available

2011-10-24 Thread bacula-dev
Dear all,

I'm proud to announce you that from now, you're able to subscribe to the 
Bacula-Web's newsletter.

The online subscription form is available through the link below

http://bacula-web.dflc.ch/index.php/newsletter.html

As usual, any feedback is welcome

Best regards

Davide

Bacula-Web project site: http://bacula-web.dflc.ch
Documentation: http://bacula-web.dflc.ch/docs
Bug and features: http://bacula-web.dflc.ch/bugs
--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users