Hello,

I maked two dumps of root filesystem with dump(8):
 - the first of level 0 (all files)
 - the second of level 3 on the next day after level 0 (all files new or 
modified since dump of level 0 or level 3)

Now I'm trying to restore filesystem with restore(8):
cat dump0 | (cd /mnt/ad0s1a && restore -ruyf -)
cat dump3 | (cd /mnt/ad0s1a && restore -ruyf -)

I'm getting next warning message:
./sbin/init: cannot create file: Operation not permitted
...

And this warning appears for all files with `schg' flag.

Question: why the dump of level 3 contains files which were not modified
since dump of level 0? 

Thanks in advance, Alexander.

-- 
Kind Regards,   Alexander Shikoff
minotaur # crete.org.ua
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to