aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2014-05-30 16:05:37 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2014-05-30 16:05:37 +0200
commit064265938a54b1478eb1c8c2725bc2f13bf1e040 (patch)
tree308e818e78ab17bd075f783d2c9e0f805b6c3bfb
parentc83e7bd5de889f6a44e56a6f53d63bef0ff87588 (diff)
downloadzfs-backup-064265938a54b1478eb1c8c2725bc2f13bf1e040.tar.gz
zfs-backup-064265938a54b1478eb1c8c2725bc2f13bf1e040.tar.bz2
rename volumes to zfs objects
-rwxr-xr-xzb-cleanup2
-rwxr-xr-xzb-snap2
2 files changed, 2 insertions, 2 deletions
diff --git a/zb-cleanup b/zb-cleanup
index 4b69990..825de43 100755
--- a/zb-cleanup
+++ b/zb-cleanup
@@ -1,7 +1,7 @@
#!/bin/bash
if [[ -z "$1" || -z "$2" ]] ; then
- echo "usage: $0 <volume> <density>" >&2
+ echo "usage: $0 <zfs_object> <density>" >&2
exit 1
fi
diff --git a/zb-snap b/zb-snap
index f8b6fd8..a1f4591 100755
--- a/zb-snap
+++ b/zb-snap
@@ -1,7 +1,7 @@
#!/bin/sh
if [ -z "$1" ] ; then
- echo "usage: $0 <zfs_volume>" >&2
+ echo "usage: $0 <zfs_object>" >&2
exit 1
fi