1
0

add extra Careful not to prevent users from C/P

This commit is contained in:
michele
2014-04-20 08:33:00 +02:00
parent f83e7290f0
commit 8b3efac5f7

View File

@ -258,6 +258,8 @@ brings no guarantees that it'll work for your scenario.
**Careful yourself** when working with ZFS snapshots! Check this out: **Careful yourself** when working with ZFS snapshots! Check this out:
# CAREFUL ! These commands destroy your FS !
zfs destroy -r zroot@mysnap # destroy snapshot 'mysnap' from pool 'zroot' zfs destroy -r zroot@mysnap # destroy snapshot 'mysnap' from pool 'zroot'
zfs destroy -r zroot#mysnap # destroy all system data, and comment it's 'mysnap' zfs destroy -r zroot#mysnap # destroy all system data, and comment it's 'mysnap'
# notice that # and @ are next to each other on most keyboards. # notice that # and @ are next to each other on most keyboards.