Bacula-users

[Bacula-users] bextract problems

2009-02-11 02:35:57
Subject: [Bacula-users] bextract problems
From: Bartosz.c <bartosz.c AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 11 Feb 2009 08:32:40 +0100
I try to bextract one volume, this volume was build on windows system,
and backuped up on linux 

backup01:/etc/bacula# bextract /virtual/backup1/volume-daily-0001 /tmp
bextract: butil.c:269 Using device: "/virtual/backup1" for reading.
10-lut 16:59 bextract: Ready to read from volume "volume-daily-0001"
on device "backup1-file" (/virtual/backup1).
bextract: acquire.c:200 jcr->dcr=0x80adc38
10-lut 16:59 bextract: bextract Error: Win32 GZIP data stream not
supported on this Client.
10-lut 16:59 bextract: End of Volume at file 0 on device
"backup1-file" (/virtual/backup1), Volume "volume-daily-0001"
10-lut 16:59 bextract: End of all volumes.
0 files restored.

(of course bextract on linux files works fine without such error)

so I make copy of this file (volume-daily-0001 and bacula-sd.conf) to
windows machine, next I have installed bacula, and copy everything to
c:\program files\bacula\bin catalog
of course doesnt work (i have changed bacula-sd.conf a little):

C:\Program Files\Bacula\bin>bextract.exe volume-daily-0001 c://temp
bextract: ../../stored/butil.c:278 Could not find device
"volume-daily-0001"
 in config file bacula-sd.conf.
10-Feb 15:53 bextract JobId 0: Fatal error: ../../stored/butil.c:168
Cannot find
 device "volume-daily-0001" in config file bacula-sd.conf.


Storage {
        Name = backup1-sd
        SDPort = 9103
        # Director's port
        #changes for windows
        #WorkingDirectory = "/var/lib/bacula"
        #Pid Directory = "/var/run/bacula"
        WorkingDirectory = "c://program files//bacula//bin"
        Pid Directory = "c://program files//bacula//bin"
        Maximum Concurrent Jobs = 20
        SDAddress = ip_of_this_pc
}

Director {
        Name = name
        Password = "password"
}

Device {
        Name = backup1-file
        Media Type = File
        Archive Device = /virtual/backup1
        LabelMedia = yes;
        Random Access = yes;
        AutomaticMount = yes;
        RemovableMedia = no;
        AlwaysOpen = no;
}

Messages {
        Name = Standard
        director = max-dir = all, debug
}


can anyone help me?


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
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>
  • [Bacula-users] bextract problems, Bartosz . c <=