aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2014-06-10 18:18:25 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2014-06-10 18:18:25 +0200
commit530cd735f9dbbde5f64f6421e2f224d2909e08f7 (patch)
tree04425be049949b3727d6933c7a4ecfc24a644625
parent8b85ee500c4a2095df42abab641863d93d36797c (diff)
downloadzfs-backup-530cd735f9dbbde5f64f6421e2f224d2909e08f7.tar.gz
zfs-backup-530cd735f9dbbde5f64f6421e2f224d2909e08f7.tar.bz2
overengineering.
-rwxr-xr-xzb-cleanup2
-rwxr-xr-xzb-pull2
-rwxr-xr-xzb-snap2
3 files changed, 3 insertions, 3 deletions
diff --git a/zb-cleanup b/zb-cleanup
index 1c4a97c..fd17e42 100755
--- a/zb-cleanup
+++ b/zb-cleanup
@@ -1,6 +1,6 @@
#!/bin/bash
-source /etc/profile >&/dev/null
+source /etc/profile >/dev/null
if [[ -z "$1" || -z "$2" ]] ; then
echo "usage: $0 <zfs_object> <density_percent> [max_age]" >&2
diff --git a/zb-pull b/zb-pull
index 2aaeac8..2162061 100755
--- a/zb-pull
+++ b/zb-pull
@@ -1,6 +1,6 @@
#!/bin/sh
-source /etc/profile >&/dev/null
+source /etc/profile >/dev/null
if [[ -z "$1" || -z "$2" || -z "$3" ]] ; then
echo "usage: $0 <ssh_remote> <remote_zfs_object> <local_zfs_object>" >&2
diff --git a/zb-snap b/zb-snap
index 18ef74b..c29b237 100755
--- a/zb-snap
+++ b/zb-snap
@@ -1,6 +1,6 @@
#!/bin/sh
-source /etc/profile >&/dev/null
+source /etc/profile >/dev/null
if [ -z "$1" ] ; then
echo "usage: $0 <zfs_object>" >&2