diff --git a/commands.md b/commands.md index 4eadcb6..30629e6 100644 --- a/commands.md +++ b/commands.md @@ -47,6 +47,7 @@ systat -tcp 1 # show tcp statistics zfs list # list all zfs datasets (volumes) zfs snapshot /@ # generic way of creating a snapshot of a dataset in a storage pool zfs snapshot -r tank@2014021301 # create a snapshot of all datasets in the pool "tank" +zfs create / # create a new dataset zfs rollback /@name # rollback of a dataset to a given snapshot zfs destroy / # destroy a dataset / remove it from the pool zfs destroy /@name # destroy a snapshot