Run Bacula with debug turned on [ bacula start -d100 >bacula- 
log.txt ], then run your job specific to that client.

Stop bacula and restart w/o debug turned on or you'll end up with a  
very large file to wade through.

Two choices here:  1. pico bacula-log.txt in the term session or 2.  
mv bacula-log.txt /Users/*yourusername*/Desktop/bacula-log.txt and  
use TextEdit to view the log file. This will give you the info you  
need to find out why it isn't grabbing the Volumes/

I personally wouldn't attempt to backup anything mounted under the  
Volumes directory as this is where all external file systems get  
mounted on X. iDisk, external USB/FW drives, NSF, SMB/CIFS mounts  
etc. This opens a Pandora's box as Bacula will attempt to backup  
anything mounted under /Volumes at the time the job is run.

Better: If you have a specific device you want to backup, add that  
item explicitly to the list /Volumes/MyFavoriteDeviceToBackup and  
leave the rest alone.

Hope I didn't offend you with the details of what to do in the term  
session - just not sure of your comfort level there.

This is just to get you pointed in the right direction. There are  
others on this list far more astute than I (Hi Landof) when it comes  
to the inner workings of OS X and Bacula and can give greater  
guidance/expertise.

Erich


On Nov 13, 2006, at 5:58 AM, JP wrote:

> Hye,
>
> I use bacula 1.38.7.
>
> This is an example of a FileSet I use :
>
> FileSet {
>    Name = "MacOsX"
>    Include {
>      Options {
>        signature = MD5
>        compression = GZIP
>        verify = s
>        hfsplussupport=yes
>      }
>      File = "/Users/"
>      File = "/Volumes/"
>    }
>    Exclude {
>      File = "swapfile*"
>      File = "*.mp3"
>      File = "*.cache"
>      File = "/Users/*/.Trash"
>      File = "/Volumes/Stockage"
>    }
> }
>
> When I want to backup a mac o x client, /Volumes/ is not backed up (/
> Users/ is all right)
>
> Why ? What's the problem ?
>
> Thanks,
>
> Jean Pylouster
>
> ---------------------------------------------------------------------- 
> ---
> 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
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to