aboutsummaryrefslogtreecommitdiff
path: root/zb-snap
diff options
context:
space:
mode:
Diffstat (limited to 'zb-snap')
-rwxr-xr-xzb-snap2
1 files changed, 1 insertions, 1 deletions
diff --git a/zb-snap b/zb-snap
index a1f4591..bd94e5d 100755
--- a/zb-snap
+++ b/zb-snap
@@ -5,4 +5,4 @@ if [ -z "$1" ] ; then
exit 1
fi
-echo exec zfs snapshot "${1}@zb-`date '+%F %T %z' |tr '+ ' 'p_'`"
+exec zfs snapshot "${1}@zb-`date '+%F %T %z' |tr '+ ' 'p_'`"