> 
> Working on setting up Bacula backup of a fileserver, I can't make OneFS = no
> work. The server is running OpenIndiana and has a few terabytes of storage.
> The home directories under /tos-data/home/${username} are each a ZFS
> filesystem/dataset. The configuration below looks good to me, but Bacula still
> complains about "/tos-data/home/znw is a different filesystem. Will not
> descend from /tos-data/home into it."
> 
> How can I make it decend automatically? We have ~30 users on this site, and
> it'll be far more flexible to just backup the lot than backing up each and
> every one of them
> 
> roy (see below for config)
> 
> # Home directories
> FileSet {
>   Name = "verdande.nilu.no-home-fileset"
>   Include {
>     Options {
>       signature = MD5
>       OneFS  = no
>       FSType = zfs
>     }
>     Options {
>       Exclude = yes
>       WildFile = "*.mp3"
>     }
>     File = /tos-data/home
>   }
> }
> 

The docs for fstype say "The permitted filesystem-type names are: ext2, jfs, 
ntfs, proc, reiserfs, xfs, usbdevfs, sysfs, smbfs, iso9660". I don't see zfs in 
that list... maybe it has to be hardcoded into the source code?

Is there anything under /tos-data/home that isn't zfs? Would it be easier to 
exclude those manually?

James

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to