diff options
| -rwxr-xr-x | zb-snap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ if [ -z "$1" ] ; then exit 1 fi -exec zfs snapshot "${1}@zb-`date '+%F %T %z' |tr + p`" +echo exec zfs snapshot "${1}@zb-`date '+%F %T %z' |tr '+ ' 'p_'`" |
