Hi,

I've setup a bacula instance for one of our customers for 20+ clients 
but we have a problem. We have a Fedora system that is using 41gb in the 
  / directory. When we run an estimate against the system it comes back 
with 86gb's. When we try to run the backup it tries to actually backup 
this much data.

Is bacula doing something unusual with symlinks as I'm at somewhat of a 
loss to account for how we can be duplicating the data so badly.

If anyone could let me know if there's a setting I need to use (sparse 
files?) as I can't see anything obvious in the docs for this.


Fileset below (I've explicitly stated the directories);


FileSet {
   Name = "Full Set"
   Include {
     Options {
       signature = MD5
       onefs = yes
       compression = GZIP1
     }
     File = /
     File = /bin
     File = /boot
     File = /debootstrap
     File = /etc
     File = /home
     File = /initrd
     File = /root
     File = /sbin
     File = /srv
     File = /usr
     File = /var
   }
   Exclude {
     File = /proc
     File = /.journal
     File = /.fsck
     File = /backups
   }
}


Client config;

Client {
         Name = server2
         Address = 10.0.44.100
         FDPort = 9102
         Catalog = MyCatalog
         Password = ""
         File Retention = 6 days
         Job Retention = 6 days
         AutoPrune = yes
         Maximum Concurrent Jobs = 10
}

Storage Daemon config;

Device {
   Name = FileStorage
   Media Type = File
   Archive Device = /backups
   LabelMedia = yes;
   Random Access = Yes;
   AutomaticMount = yes;
   RemovableMedia = no;
   AlwaysOpen = yes;
   Maximum Network Buffer Size = 65536;
}


Cheers,
Gavin

-------------------------------------------------------------------------
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

Reply via email to