[Bacula-users] Find out the error

2011-06-28 Thread Valerio Pachera
Hi all, bacula log show there has been an error ( Non-fatal FD errors). No clue of what happened. Where can I find more informations about it? 27-feb 01:52 fox2003-fd JobId 282: VSS Writer (BackupComplete): "System Writer", State: 0x1 (VSS_WS_STABLE) 27-feb 01:53 mainbkp-sd JobId 282: Job write el

[Bacula-users] Blocked backup after change of storage

2011-06-24 Thread Valerio Pachera
Hi all, I chose to change storage server for bacula backup. What I did, was simply to copy the direcotry containing the archive files to the new server. The old server dir was 'Archive Device = /mnt/dati/bacula'. I copied it by 'rsync -a'; I installed bacula-sd and copied the configuration of the

[Bacula-users] bacula skip backup after fail

2011-03-16 Thread Valerio Pachera
I'm using bacula 5.0.2 on debian lenny (director and bacula-sd). I have some windows client with bacula-fs 5.0.3. I had problems with the storage server so a backup of windows client failed. The next day, bacula skept this client without even trying to back it up. I tried to restart bacula-fd daem

Re: [Bacula-users] Backup of catalog

2011-02-11 Thread Valerio Pachera
2011/2/11 Jeremy Maes : >> no there are scripts called make_catalog_backup for example RunBeforeJob = >> "/usr/lib/bacula/make_catalog_backup bacula bacula" ... RunBeforeJob = "/usr/lib/bacula/make_catalog_backup bacula bacula" RunAfterJob = "/usr/lib/bacula/delete_catalog_backup" Max Wait

[Bacula-users] Backup of catalog

2011-02-11 Thread Valerio Pachera
Hi, I'm using bacula 5.0.2 on debian lenny. I have this directort definition Director {# define myself Name = control-station-director DIRport = 9101# where we listen for UA connections QueryFile = "/etc/bacula/scripts/query.sql"

Re: [Bacula-users] Manage new pool

2011-02-09 Thread Valerio Pachera
2011/2/9 Valerio Pachera : > I restarted bacula-director and run the job 'domain-controller-new' > manualy from bacula-console. > It started, i see the volume has been created on the new storage server. > The only problem (I think) is that it's too slow! > More tha

[Bacula-users] bacula-sd with more devices

2011-02-09 Thread Valerio Pachera
Hi all, I have a storage server where I defined two Devices of type file (two different folders). I have this storage defition: Storage { Name = control-station-sd # Do not use "localhost" here Address = 172.16.20.27# N.B. Use a fully qualified name here

Re: [Bacula-users] Manage new pool

2011-02-09 Thread Valerio Pachera
2011/2/9 Valerio Pachera : > I see that no new file (volumes) are created in the new storage server. > My job is in running state. I mad two other things: - renamed the job, from 'domain-controller' to 'domain-controller-new' - restarted bacula-fd on the client (is

[Bacula-users] Manage new pool

2011-02-09 Thread Valerio Pachera
Hi all, I have a job using the pool 'my-pool' and the storage 'control-station-sd'. I wanted to save date to a differente server, on a new witha differente volume retention value. I see that no new file (volumes) are created in the new storage server. My job is in running state. The main question

Re: [Bacula-users] Help on restore

2011-02-01 Thread Valerio Pachera
2011/2/1 Bart Swedrowski : > 3: Enter list of comma separated JobIds to select This is ecactly what I was looking for. I wonder wy, on bat (the qt gui), it doen't show files directly under the backued up folder but only files in into subdirectories. Did you experienced the same problem? I'm

Re: [Bacula-users] Help on restore

2011-02-01 Thread Valerio Pachera
2011/2/1 Bart Swedrowski : > Also you may find "dir" command quite useful.  It took me a while before I > found out it being equivalent of "ls -al"... Thanks! I notice that bacula select automaticaly the data since the last incremental (and its relative full). Take this example: I have this job l

Re: [Bacula-users] Help on restore

2011-02-01 Thread Valerio Pachera
2011/2/1 Jari Fredriksson : > You have to cd backup > Then ls > > "ls foldername" does not work in Bacula, like one would think. Great!! I lost so much time on that stupid thing. Now I can se mu file name. But how can I choose the version? I see only one and I don't even know which date correspond

[Bacula-users] Help on restore

2011-02-01 Thread Valerio Pachera
Hi all, I'm trying to restore some data from bacula but I have difficulties. I have a folder c:\backup that contains a single file. This file chage each day. In my bacula fileset I wrote: File = "c:\\backup" >From 'bat' I select my job and client but I see no files. >From bacula console i di

Re: [Bacula-users] incremental backups too large

2011-01-13 Thread Valerio Pachera
2011/1/12 Lawrence Strydom : > This leads me > to believe that the entire file is being backed up instead of only the > changed data which is my understanding of a differential backup. The only program I know that work in that way is rdiff-backup. It's very efficent in saving sapce but you do now

[Bacula-users] Help on retention period

2011-01-12 Thread Valerio Pachera
Now that I have clear how schedule works, I have to be aware to not waste my basckups but also to not fill up my disk storage. Examine this example: Schedule { Name = "ScheduleTest" Run = Full 1st-5th sun at 23:05 Run = Incremental mon-sat at 23:05 } We have a full backup ea

Re: [Bacula-users] Question about shedule

2011-01-12 Thread Valerio Pachera
2011/1/12 Guy : > Full backup on the first Sunday of the Month at 23:05 > Differential backup on the 2nd, 3rd, 4th, and 5th Sunday at 23:05 > Incremental Backup on Monday, Tuesday, Wednesday, Thursday, Friday, Saturday > at 23:05 > A differential backup is everything that's changed since the last

[Bacula-users] Question about shedule

2011-01-12 Thread Valerio Pachera
Could you please help me understunding how shedule works? Analize this example from the wiki: Schedule { Name = "ScheduleTest" Run = Full 1st sun at 23:05 Run = Differential 2nd-5th sun at 23:05 Run = Incremental mon-sat at 23:05 } QUESTION 1: '1st' refear to the