From 3eea468b5d3f88dfd655fc0be2f782f3cba61090 Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Sat, 26 Apr 2014 08:35:48 +0200 Subject: [PATCH] Update commands.md --- commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.md b/commands.md index 804a662..6f7e42d 100644 --- a/commands.md +++ b/commands.md @@ -49,7 +49,7 @@ zfs rollback /@name # rollback of a dataset to a given snaps zfs destroy / # destroy a dataset / remove it from the pool zfs destroy /@name # destroy a snapshot zfs set = / # generic way of setting options on a given dataset -zfs set compression=lzjb tank/var/log # enable LZJB compression on /var/logs +zfs set compression=lz4 tank/var/log # enable LZ4 compression on /var/logs zfs get compressratio / # show the current compression ratio of a dataset zfs send -R tank@snapshot | \ # send all datasets@snapshot recursively to another host ssh root@[IP] zfs recv -F tank