1
0

add example of destroying all system data

This commit is contained in:
michele
2014-03-20 13:51:04 +01:00
parent 00dd22c668
commit 7c383751e1

View File

@ -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