-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bill Moran wrote:
> In response to Marc Schiffbauer <[EMAIL PROTECTED]>:
> 
>> Hi all,
>>
>> I have a backup which finished with the following warning:
>>
>> ---
>> bart-fd: Filesystem change prohibited. Will not descend into /home/mschiff
>> ---
>>
>> "Filesystem change prohibited" is correct as I use default values
>> here. But "Will not descend into /home/mschiff" is wrong because
>> both "/home" and "/home/mschiff" are in the fileset which are two
>> different filesystems. And a "list files jobid=xy" really shows me
>> files on /home/mschiff.
>>
>> This is the FileSet:
>>
>> -------------------------------------------------------------
>> FileSet {
>>   Name = "bart ImportantData FileSet"
>>   Include {
>>     Options {
>>       signature = MD5
>>       noatime = yes
>>       aclsupport = yes
>>     }
>>     Options {
>>       exclude = yes
>>       regex = ".*/[Cc]ache/.*"
>>     }
>>     File = "\\</etc/bacula/backup-include.txt"
>>   }
>>
>>   Exclude {
>>     # exclude all dirs containing a file called ".BACULA_NO_BACKUP"
>>     File = "\\|sh -c 'for D in /home; do find $D -xdev -name 
>> .BACULA_NO_BACKUP -type f -printf \"%h\\n\"; done | tee 
>> /root/bacula_excluded_dirs.log'"
>>   }
>> }
>> -------------------------------------------------------------
>>
>> The clients "/etc/bacula/backup-include.txt":
>> --------------------------
>> /etc
>> /opt
>> /root
>> /usr/local
>> /home
>> /home/mschiff
>> --------------------------
>> (with /, /home and /home/mschiff being different filesystems)
>>
>>
>> Any hints how I can get rid of the warning?
> 
> This is a known shortcoming at this time.  The code that prevents filesystem
> change does not check to see if the data will be caught via another rule.
> 
> There's no way to prevent the warning via the config.  This would be a nice
> feature to have added.

Would including the filesystems in the proper order silence this one?
For example, backing up /home/mschiff, then /home, then /, or would that
make no difference?

- --
 ---- _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer III
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGHydVmb+gadEcsb4RAm1XAJ42PrhrXy21VQCn3vrlEI0stdWi+QCeP6hh
fE4vpFLZmbu47taayRi2Ook=
=U/Xh
-----END PGP SIGNATURE-----
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-------------------------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to