[Bacula-users] spooling attributes for 16 hours and still going

2009-08-25 Thread James Harper
Running the director under windows with sqlite as the catalog, the backup job takes hours and hours to run, and the speed is measured in hundres of kb/second. I turned on attribute spooling and the speed jumped to about 4mb/second, and considering that gzip is being used that's pretty acceptable.

[Bacula-users] Does "client" in a Restore job template always get overwritten?

2009-08-25 Thread Hugh Brown
Hi everyone -- I've got a Restore job template like this in bacula-dir.conf: Job { Name = "RestoreFiles" Type = Restore Client = dirhost-fd FileSet = "etc" Storage = tape Pool = Daily Messages = Standard Where = /tmp/bacula-restores } Yet when I run "restore" from bconso

[Bacula-users] Baffled by Scheduling Anomaly

2009-08-25 Thread jwulf
I could really use some help on a weird scheduling problem I am having. I have a schedule set up based on WOY (week of year). A full backup occurs on Sat at 00:05, and then incremental backups on Mon, Tue, Wed, Thur, Fri at 00:05. And I have this set up for a 5 week schedule, with a separate pool

Re: [Bacula-users] How to verify an old volume

2009-08-25 Thread Martin Simmons
> On Tue, 25 Aug 2009 10:03:43 -0600 (MDT), James L Rogers said: > > Hi, > > I am running Bacula "Version: 3.0.2 (18 July 2009) > x86_64-unknown-linux-gnu redhat" on "CentOS release 5.3". > > I want to verify a volume that was written several jobs ago. The volume > was written to a USB dri

[Bacula-users] How to verify an old volume

2009-08-25 Thread James L. Rogers
Hi, I am running Bacula "Version: 3.0.2 (18 July 2009) x86_64-unknown-linux-gnu redhat" on "CentOS release 5.3". I want to verify a volume that was written several jobs ago. The volume was written to a USB drive and I am afraid that the file is corrupted. The volume is a differential backup t

Re: [Bacula-users] level: Since?

2009-08-25 Thread Martin Simmons
The "Since" level is not implemented and AFAIK noone is working on it. Try using the bscan program to put the Full backup into the catalog. __Martin > On Tue, 25 Aug 2009 13:47:23 +0200, Mapper ict department said: > > Does anyone have an answer on this yet? The reason i ask is because exa

Re: [Bacula-users] bsock.c:123 Could not connect to Storage daemon

2009-08-25 Thread hm62
Hi You were right. The pb came from my internet access provider. The ports were not open. Evrything works fine now. Thanks a lot How could i put this post on "resolved" ? Sorry for the english is anyone french her? Graham Keeling wrote: > > On Tue, Aug 25, 2009 at 05:47:20AM -0700, hm62 w

Re: [Bacula-users] Howto make bacula unmount a disk after backup?

2009-08-25 Thread Bob Hetzel
Adam, See more info on what "Always Open" does at http://www.bacula.org/en/dev-manual/Storage_Daemon_Configuratio.html I'm thinking setting it to "no" would be more appropriate for what you're trying to do. However, you may find it more convenient to back up to once place and create some othe

[Bacula-users] Difference between HFSPlussupport and xattrsupport ?

2009-08-25 Thread Adam Cécile
Hello, Since 3.0.0 Bacula understand the "xattrsupport" in fileset to backup extended files attributes. Previously their was an hfsplussupport option to support Apple's fork file extensions. What's the difference ? Should I drop hfsplussupport, keep both ? Thanks in advance. Regards, Adam. -

[Bacula-users] ACL Support = yes gives acl_get_file error on file errors

2009-08-25 Thread Adam Cécile
Hello, I just upgraded to bacula 3.0.2 and I'm seeing strange messages when backing up an OSX computer. The log is full of "acl_get_file error on file", see below. Is it fine ? The client may not have ACL on its files, but, in this case, I think Bacula should just ignore this feature silently.

Re: [Bacula-users] bsock.c:123 Could not connect to Storage daemon

2009-08-25 Thread hm62
Re, in bconsole status client gives: -fd Version: 1.36.3 (22 April 2005) i486-pc-linux-gnu debian testing/unstable Daemon started 21-Aug-09 13:28, 0 Jobs run since started. No Terminated Jobs. Running Jobs: Director connected at: 25-Aug-09 15:43 JobId 89 Job xxx_Config.2009-08-25_10.32.40.03 i

Re: [Bacula-users] bsock.c:123 Could not connect to Storage daemon

2009-08-25 Thread Luiz Gustavo P Tonello
Hi, It's possible connect your server in the port specified on bacula- dir.conf? telnet This port it's open in your firewall? Check this and return for us. -- Luiz Gustavo P Tonello. On Aug 25, 2009, at 9:47 AM, hm62 wrote: > > Hye > i've installed bacula and everything works fine on

Re: [Bacula-users] bsock.c:123 Could not connect to Storage daemon

2009-08-25 Thread Graham Keeling
On Tue, Aug 25, 2009 at 05:47:20AM -0700, hm62 wrote: > i've installed bacula and everything works fine one my local network. > When i try to backup a remote server i've got this message : bsock.c:123 > Could not connect to Storage daemon. > Does bacula only do backup on a local network? No, it c

[Bacula-users] bsock.c:123 Could not connect to Storage daemon

2009-08-25 Thread hm62
Hye i've installed bacula and everything works fine one my local network. When i try to backup a remote server i've got this message : bsock.c:123 Could not connect to Storage daemon. Does bacula only do backup on a local network? Thanks you to help me. -- View this message in context: http://

Re: [Bacula-users] level: Since?

2009-08-25 Thread Mapper ict department
Does anyone have an answer on this yet? The reason i ask is because exactly at the end of the -one before last- full backup the server running the director and storage deamon crashed due to a kernel panic. At that moment the runbeforejob (dumping the bacula database / bacula catalog from mysql) f

Re: [Bacula-users] bacula-bat install problem

2009-08-25 Thread Dan Langille
Silver Salonen wrote: > On Friday 31 July 2009 13:07:03 Dan Langille wrote: >> On Jul 31, 2009, at 3:00 AM, Silver Salonen wrote: >> >>> Hello Dan! >>> >>> Do you intend to fix this issue sometime? >>> >>> I can easily edit Makefile every time I upgrade Bat from ports, but >>> it cannot >>> be d

Re: [Bacula-users] Client backups crash director until full backup is run -- UPDATE

2009-08-25 Thread Radovan Mzik
Hello, it seems that I've encountered similar problem. Last two days director stucked when starting random client backup. Director process is running in two instances, but is not possible to connect from bconsole. Fortunately I had one bconsole running, so below please find last few error messa

[Bacula-users] Multiple directors to a single client?

2009-08-25 Thread Bernd Schoeller
Hi, Are there any problems to be expected if multiple directors are connecting with the same name and password to the a single bacula-fd to backup data? Bernd -- Bernd Schoeller, PhD, CTO, Partner Comerge AG, Bubenbergstrasse 11, CH-8045 Zurich, www.comerge.net