Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2005 17:45:06 +0300
From:      Alexander Shikoff <minotaur@crete.org.ua>
To:        questions@freebsd.org
Subject:   dump & restore question
Message-ID:  <20050816144506.GA82838@crow.padonki.org.ua>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050816144506.GA82838>