Re: [Bacula-users] bacula - can't restore individual files

2011-05-10 Thread Yuri Timofeev
Now Webacula does not require access to the file. List of files (for recovery) will be taken from a special table in the database. Take the latest (HEAD) revision of the master branch. See also for details: http://www.bacula.org/5.0.x-manuals/en/main/main/Restore_Command.html ... 7: Enter a list

Re: [Bacula-users] Bacula not setting the RecyclePool properly

2011-05-10 Thread Maxim Khitrov
On Tue, May 10, 2011 at 2:20 PM, Rodrigo Renie Braga wrote: > 2011/5/10 Maxim Khitrov >> >> 2011/5/10 Rodrigo Renie Braga : >> > Hello everyone. >> > >> > I've been having a problem with Bacula with a Pool that rotates the >> > tapes >> > daily, like that: >> > >> > Pool { >> >     Name = pool.in

Re: [Bacula-users] My Webacula is not working yet

2011-05-10 Thread Kevin O'Connor
Your PHP installation doesn't have the required modules. You need php-gd and the module for whatever DB system you're using (MySQL, Postgres, SQlite) On Tue, May 10, 2011 at 5:37 PM, Wagner Pereira wrote: > Hi. > > I know there is a specific list for Webacula issues. I already posted my > issue

[Bacula-users] My Webacula is not working yet

2011-05-10 Thread Wagner Pereira
Hi. I know there is a specific list for Webacula issues. I already posted my issue in that, but no one answered me yet. I appreciate any help. So, following the Tim's Installation Manual I executed ./check_system_requirements.php and it showed to me what follows: PHP Warning: PHP Startup: Una

Re: [Bacula-users] ld: fatal: Symbol referencing errors, referenced in libbacsql.so

2011-05-10 Thread Myles Merrell
Ben, Thanks. I use open CSW to download all of the necessary packages, and I was able to get bacula running. This was much easier than getting it to compile correctly! thanks. myles. Excerpts from Myles Merrell's message of Thu May 05 11:28:10 -0400 2011: Hi Myles, >

Re: [Bacula-users] Bacula not setting the RecyclePool properly

2011-05-10 Thread Rodrigo Renie Braga
Thanks Maxim for your answer, my Scratch Pool is currently like this: Pool { > Name = scratch.tpa > Pool Type = Scratch > Cleaning Prefix = "CLN" > } > I thought that only on the Pool "pool.inc.muitobaixo" that I needed to add the "Recycle Pool" directive, so I'll try your way. BTW,

Re: [Bacula-users] Automatic Recycling Methods

2011-05-10 Thread Bob Hetzel
> Hi everyone! > > I was having to many problems working with one pool for each day of the > week. So, recently, I reconfigure all my bacula director to use ten > tapes with only one pool. It's working fine now. I don't have a tape > library, so manual changes are done every day (except weekends).

Re: [Bacula-users] Error writing final EOF to tape LTO-5

2011-05-10 Thread Alex Chekholko
The errors below are just straight I/O errors from the underlying device. Nothing to do with Bacula. So check if those two tapes are bad. Check if that drive needs cleaning. Run drive diagnostics on that drive. See if you can reproduce the problem with just, say, tar of some files to a kno

Re: [Bacula-users] BACULA: free space on tape

2011-05-10 Thread Konstantin Khomoutov
On Tue, 10 May 2011 00:36:57 -0700 mulle78 wrote: > Hello @all, I've purged a volume and appended a new back up to the > tape. Is there a way to find out the free space on a tape to be shure > that a reorg of a tap has be done successfully?! "llist volume=yourvolumename" in the Bacula console wil

Re: [Bacula-users] BACULA: free space on tape

2011-05-10 Thread John Drescher
On Tue, May 10, 2011 at 3:36 AM, mulle78 wrote: > Hello @all, I've purged a volume and appended a new back up to the tape. Is > there a way to find out the free space on a tape to be shure that a reorg of > a tap has be done successfully?! > list media pool=WhateverPoolYourTapeIsIn John -

Re: [Bacula-users] BACULA: free space on tape

2011-05-10 Thread Steve Ellis
On 5/10/2011 12:36 AM, mulle78 wrote: > Hello @all, I've purged a volume and appended a new back up to the tape. Is > there a way to find out the free space on a tape to be shure that a reorg of > a tap has be done successfully?! > > +--

[Bacula-users] BACULA: free space on tape

2011-05-10 Thread mulle78
Hello @all, I've purged a volume and appended a new back up to the tape. Is there a way to find out the free space on a tape to be shure that a reorg of a tap has be done successfully?! +-- |This was sent by mulle...@gmx.de via

[Bacula-users] Webbacula restore file error.

2011-05-10 Thread cefrein
Hello, I have A director on CentOS1 A webserver on CentOS2 When trying to restore a file using webbacula I get the following error Connecting to Director xxx.xxx.xxx.xxx:19002 1000 OK: vm-bacula Version: 5.0.3 (04 August 2010) Enter a period to cancel a command. @# @# RestorejobController::run

[Bacula-users] bacula - can't restore individual files

2011-05-10 Thread cefrein
When restoring from the web interface for bacula, if I choose to restore all files, that works. If I choose to restore individual files, I get this error restore jobid=3 client="example" where="C:/TEST" file=<"/tmp/webacula_restore_eccbc87e4b5ce2fe28308fd9f2a7baf3.tmp" yes Using Catalog "examp

Re: [Bacula-users] Bacula not setting the RecyclePool properly

2011-05-10 Thread Maxim Khitrov
2011/5/10 Rodrigo Renie Braga : > Hello everyone. > > I've been having a problem with Bacula with a Pool that rotates the tapes > daily, like that: > > Pool { >     Name = pool.inc.muitobaixo >     Pool Type = Backup >     Storage = st.tpa >     Volume Use Duration = 1 day >     Volume Retention =

[Bacula-users] Question about best backup / storage strategy

2011-05-10 Thread Uwe Schuerkamp
Hi folks, I was wondering what would be the best way to implement the following backup strategy (we have about 30 clients with about 1TB total space used, with 10TB storage available in total, disk based): - full backups on weekends (sat / sun) - incrementals during the week - At the end of e

[Bacula-users] Bacula not setting the RecyclePool properly

2011-05-10 Thread Rodrigo Renie Braga
Hello everyone. I've been having a problem with Bacula with a Pool that rotates the tapes daily, like that: Pool { Name = pool.inc.muitobaixo Pool Type = Backup Storage = st.tpa Volume Use Duration = 1 day Volume Retention = 1 day Scratch Pool = scratch.tpa RecyclePool

Re: [Bacula-users] Win2008 RC2 64 Bit Backup fails

2011-05-10 Thread Jeremy Maes
Op 10/05/2011 14:28, James Harper schreef: >> Hi, >> >> I tried to Backup my Windows 2008 RC2 Server with the newest Bacula-FD >> 64 Bit Client. I´ve enabled VSS but I still get the follow Error Messages: >> >> Could not open directory "c:/Documents and >> Settings/Administrator/AppData/Local/Anwen

Re: [Bacula-users] Win2008 RC2 64 Bit Backup fails

2011-05-10 Thread James Harper
> Hi, > > I tried to Backup my Windows 2008 RC2 Server with the newest Bacula-FD > 64 Bit Client. I´ve enabled VSS but I still get the follow Error Messages: > > Could not open directory "c:/Documents and > Settings/Administrator/AppData/Local/Anwendungsdaten/Anwendungsdaten/Anwendung > sdaten/An

[Bacula-users] Win2008 RC2 64 Bit Backup fails

2011-05-10 Thread Tobias Dinse
Hi, I tried to Backup my Windows 2008 RC2 Server with the newest Bacula-FD 64 Bit Client. I´ve enabled VSS but I still get the follow Error Messages: Could not open directory "c:/Documents and Settings/Administrator/AppData/Local/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/A

Re: [Bacula-users] Fileset generated by awk

2011-05-10 Thread John Doe
From: Jérôme Blion >I have to backup machines which have been configured different ways for >the >same feature. In fact, I want to backup mysql binlogs on a hourly basis. >binlogs can be located at different locations: > /home/mysql > /usr/local/mysql/data > /home/binlogs >Depending on

Re: [Bacula-users] Fileset generated by awk

2011-05-10 Thread Jérôme Blion
Le 10/05/2011 11:56, Jérôme Blion a écrit : Hello, I have to backup machines which have been configured different ways for the same feature. In fact, I want to backup mysql binlogs on a hourly basis. binlogs can be located at different locations: /home/mysql /usr/local/mysql/data /home/bin

[Bacula-users] Fileset generated by awk

2011-05-10 Thread Jérôme Blion
Hello, I have to backup machines which have been configured different ways for the same feature. In fact, I want to backup mysql binlogs on a hourly basis. binlogs can be located at different locations: /home/mysql /usr/local/mysql/data /home/binlogs Depending on the client. If I use the fo

[Bacula-users] Troubles with bacula and vchanger.

2011-05-10 Thread alidaf
Thanks so much for your time. Ok, that all works so I guess it must be a problem with bacula then! I'm not sure how my post ended up here either! I can't seem to be able to reply to the vchanger-users list. I just subscribed but authentication fails despite being logged in! +