Martin Simmons wrote:
>>>>>> On Mon, 21 Aug 2006 19:27:18 -0700, Robert W Hartzell said:

>>>> I think the simplest and best solution is to suppress these messages as I 
>>>> wrote above if they are in fact backed up somewhere else in the backup.  
>>>> This 
>>>> will ensure that the messages are printed only if there is a danger that 
>>>> the 
>>>> user is missing a partition, but it will also require someone to write 
>>>> some 
>>>> code (well, any solution will).  If it bothers you enough and you would 
>>>> like 
>>>> it fixed, you might try coming up with this kind of code.  
>>> Another workaround is to list the mounted filesystems in an Exclude option.
>>>
>>> __Martin
>> This doesn't work on 1.38.6 the messages are still printed.
> 
> That's strange, because (from the source) it looks like it should work from
> 1.35.6 onwards.  Maybe your Exclude syntax is wrong?
> 
> __Martin

I think its correct but I haven't looked at it in about a year.

FileSet {
   Name = "ns1-full-set"
   Include {
     Options {
       signature = MD5
     }
     File = /
     File = /export/home
   }
   Exclude {
     File = /export/bacula/*
     File = /export/storage/*
     File = /net/*
     File = /var/run/*
     File = /etc/svc/volatile/*
     File = /proc/*
     File = /system/contract/*
     File = /system/object/*
     File = /tmp/*
     File = /devices/*
     File = /home/*
     File = /vol/*
   }
}

All of the disk and tmpfs mount points are correctly re-created on restore.

--
Robert

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