On Thu, 15 Mar 2007, [EMAIL PROTECTED] wrote:
Trying to dump a filesystem with nodump flags on some folders results in these folders been dumped anyway, even on higher level dump and even if I
Yes, you have to set the nodump flags recursively for all files under those directories.
ie. chflags -R nodump /path/to/dirAlso don't forget the '-h 0' flag fo dump(8) if you don't want any backup at all on those dirs.
Cheers! -- Antoine