[Bacula-users] tape archive question

2006-06-30 Thread Robin Mordasiewicz
This is not specifically related to bacula, but I am wondering how to go 
about tarring a directory/filesystem onto a tape, and then ship the tape 
to someone else who has a similar lto drive, and then they can copy the 
data directly off the lto tape.

This would kind of acheive the same thing as using a hard drive to copy 
the data and ship it off, but I need to be able to do it with lto tape ?

-- 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] how can I regain disk space

2006-06-15 Thread Robin Mordasiewicz
I am using the filestorage type of file.
My disk recently filled up, so I have set my "File retenion" time to 15 
days.

I then ran the prune command on the files for each FD job.

The size of my Volumes are not decreasing, although the output of the 
prune command said the following.

*prune
You have the following choices:
  1: Files
  2: Jobs
  3: Volume
Choose item to prune (1-3): 1
The defined Client resources are:
  1: frigg-fd
  2: archimedes-fd
  3: web-fd
Select Client (File daemon) resource (1-9): 2
The current File retention period is: 15 days
Continue? (yes/mod/no): yes
Pruned Files from 3 Jobs for client archimedes-fd from catalog.



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Network Error with FD during Backup

2006-06-08 Thread Robin Mordasiewicz
On Thu, 8 Jun 2006, Kern Sibbald wrote:
> On Thursday 08 June 2006 15:39, Ger Apeldoorn wrote:
>> Hi,
>>
>> Put this line in the FileDaemon part of your bacula-fd.conf file of the
>> client:
>>
>>   Heartbeat Interval = 15 seconds
>
> To avoid timeouts during tape changes, you might need to add the same
> directive to your bacula-sd.conf file as well.
>

I am not using tape drives. My volumes are FileVolumes and I still have 
this error. Most of my servers do work.


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Network Error with FD during Backup

2006-06-08 Thread Robin Mordasiewicz
On Thu, 8 Jun 2006, Tyler Bannister wrote:

> I'm getting some strange failures when I try to backup computers over an
> ADSL line, everything runs ok for about 2 hours then I get:
>
> 07-Jun 22:31 my-dir: client.2006-06-07_20.30.00 Fatal error: Network error 
> with FD during Backup: ERR=Connection reset by peer
> 07-Jun 22:31 my-dir: client.2006-06-07_20.30.00 Fatal error: No Job status 
> returned from FD.
>
> This is the second client I've had this problem with and we can't find
> any network problems. About 300 megs of files were backed up before the
> backup suddenly terminated.

I see the same problem.


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Network error with FD during Backup: ERR=Connection timed out

2006-06-06 Thread Robin Mordasiewicz
I see the following error while trying to backup a couple servers. All my 
other clients work fine.

frigg is my bacula server and web is the server which I am trying to 
backup

I can see that it is backing up files, but after a while it just stops.

I have also tried setting the following.


Storage { # definition of myself
   Name = frigg-sd
   SDPort = 9103  # Director's port
   WorkingDirectory = "/var/bacula"
   Pid Directory = "/var/run"
   Maximum Concurrent Jobs = 20
   Heartbeat Interval = 5m
}



FileDaemon { # this is me
   Name = web-fd
   FDport = 9102  # where we listen for the director
   WorkingDirectory = /var/bacula
   Pid Directory = /var/run
   Maximum Concurrent Jobs = 20
   Heartbeat Interval = 5m
}
< /snip >


06-Jun 09:47 frigg-dir: web.2006-06-06_07.36.22 Fatal error: Network error with 
FD during Backup: ERR=Connection timed out
06-Jun 09:47 frigg-dir: web.2006-06-06_07.36.22 Fatal error: No Job status 
returned from FD.
06-Jun 09:47 frigg-dir: web.2006-06-06_07.36.22 Error: Bacula 1.38.9 (02May06):
06-Jun-2006 09:47:42
   JobId:  129
   Job:web.2006-06-06_07.36.22
   Backup Level:   Full (upgraded from Incremental)
   Client: "web-fd" i686-redhat-linux-gnu,redhat,
   FileSet:"web-full" 2006-05-31 14:06:28
   Pool:   "web"
   Storage:"File"
   Scheduled time: 06-Jun-2006 07:36:20
   Start time: 06-Jun-2006 07:36:26
   End time:   06-Jun-2006 09:47:42
   Elapsed time:   2 hours 11 mins 16 secs
   Priority:   10
   FD Files Written:   0
   SD Files Written:   614,521
   FD Bytes Written:   0 (0 B)
   SD Bytes Written:   10,639,089,415 (10.63 GB)
   Rate:   0.0 KB/s
   Software Compression:   None
   Volume name(s): FileStorage_Volume_web_000
   Volume Session Id:  1
   Volume Session Time:1149600881
   Last Volume Bytes:  88,155,610,638 (88.15 GB)
   Non-fatal FD errors:0
   SD Errors:  0
   FD termination status:  Error
   SD termination status:  OK
   Termination:*** Backup Error ***



-- 



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] FileStorage problem

2006-05-31 Thread Robin Mordasiewicz
I have a 1TB filesystem which I would like to use for online backups

My problem is that I want to avoid having only one massive 
FileStorage Volume where all my backups are stored.

I have created multiple volumes using the label command but I am confused 
about how I can assign specific volumes to a specific job

For example I thought that I would create a volume for each client.


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] is mysql 5 supported

2006-05-29 Thread Robin Mordasiewicz
Is mysql 5 supported for use with bacula ?

-- 



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Filesystem change prohibited. Will not descend into /home

2006-05-27 Thread Robin Mordasiewicz
Hi I am backing up a linux box and I see the following in the messages.

< snip >
frigg-fd:  Filesystem change prohibited. Will not descend into /home
< /snip >


in my fileset I have the following

< snip /etc/bacula/bacula-dir.conf >
FileSet {
   Name = "frigg-full"
   Include {
 Options {
   signature = MD5
 }
 File = /
 File = /home
   }
   Exclude {
 File = /home/backup
 File = /backup
 File = /home/bacula
 File = /dev
 File = /proc
 File = /tmp
 File = /.journal
 File = /.fsck
   }
}

< /snip >

I realize that for a separate mount point which I want to back up I need 
to add it which I have done, but why do I get the warning message. Should 
I just ignore it ?


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] restore to original location

2006-05-26 Thread Robin Mordasiewicz

Is it possible to restore to the original location ?

--



---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] example for windows FileSet

2006-05-25 Thread Robin Mordasiewicz

On Thu, 25 May 2006, Robin Mordasiewicz wrote:

Hi I am successfully backing up my linux boxes without any problems, and 
everything seems straight forward. I am not attempting to back up my windows 
boxes. I do not see any example FileSet configuration settings for Windows, 
which may include exlusions etc.


If anyone would like to share their config settings that seem to work well 
with Windows I'd appreciate it.



Nevermind I see the documentation
http://www.bacula.org/rel-manual/Configuring_Director.html#6534
halfway through "Windows FileSets"

Extensive examples.


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] example for windows FileSet

2006-05-25 Thread Robin Mordasiewicz
Hi I am successfully backing up my linux boxes without any problems, and 
everything seems straight forward. I am not attempting to back up my 
windows boxes. I do not see any example FileSet configuration settings for 
Windows, which may include exlusions etc.


If anyone would like to share their config settings that seem to work well 
with Windows I'd appreciate it.


--



---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] is it possible to install bacula with remote database server

2006-05-23 Thread Robin Mordasiewicz
I am trying to figure out how to configure/install bacula so that I can 
use a postgres database running on a separate server. Is this possible ?


--



---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users