add extra Careful not to prevent users from C/P
This commit is contained in:
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user