Oracle Solaris System Administration (MOSC)

MOSC Banner

ZFS Snapshot Issues- -Was UFSDUMP & FSSNAP Errors

edited Jan 22, 2014 11:26PM in Oracle Solaris System Administration (MOSC) 10 commentsAnswered

I create a zfs snapshot with the following commands:

zfs snapshot -r rpool/ROOT/solaris@shadowdump

zfs send rpool/ROOT/solaris@shadowdump >   /mnt/shadowdump/shadowdumpJan162014

Then I add a comment to a file to see if I can restore the snapshot and have my change removed using the following commands:

zfs receive -F rpool/shadowdump < /root/shadowdumpJan162014

zfs rollback rpool/shadowdump@shadowdump

It all works with no erros but my change was not removed, so the snapshot didn't really get restored.  Am I doing something wrong?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center