On Monday 11 September 2006 11:51, Gavin Conway wrote:
> 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);

You have probably explicitly specified directories that are included in / and 
are not mounted file systems.  In that case, you are duplicating the data.  
The FileSet part of the manual in the Director configuration chapter explains 
this.  In short, if you do a "df" command, your FileSet should include at a 
*maximum*  the names that appear in the list "Mounted On" otherwise you are 
probably duplicating data.  Obviously, if filesystems such as /tmp are 
mounted, you will not want to back them up.

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

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