add example of destroying all system data
This commit is contained in:
@ -215,6 +215,13 @@ tested for a number of scenarios, and used in a number of servers.
|
|||||||
Because of the inherently partial nature of testing, you are aware that this
|
Because of the inherently partial nature of testing, you are aware that this
|
||||||
brings no guarantees that it'll work for your scenario.
|
brings no guarantees that it'll work for your scenario.
|
||||||
|
|
||||||
|
Careful yourself when working with ZFS snapshots! Check this out:
|
||||||
|
|
||||||
|
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'
|
||||||
|
# notice that # and @ are next to each other on most keyboards.
|
||||||
|
# Sun made a poor choice, or they are adrenaline junkies.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (c) 2014-present, Michele Mazzucchi
|
Copyright (c) 2014-present, Michele Mazzucchi
|
||||||
|
|||||||
Reference in New Issue
Block a user