summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-02 09:46:29 +0100
committerSven Gothel <[email protected]>2013-11-02 09:46:29 +0100
commitaf661b4fc9e7d5761a6dbbe511e1d7bd70085330 (patch)
treefa8cdf59458f482f068ac70fec0cc69f1b0d8e46
parent50095154aa70ac71afe6dec33a91216738043074 (diff)
zfs backup: don't make a recursive snapshot from root!
-rw-r--r--backup/zfs-new-snap.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/backup/zfs-new-snap.sh b/backup/zfs-new-snap.sh
index 09c7e08..2184653 100644
--- a/backup/zfs-new-snap.sh
+++ b/backup/zfs-new-snap.sh
@@ -5,7 +5,6 @@ pool=jogamp_org
snap=20131102
zfs snapshot $pool@$snap
-zfs snapshot -r $pool@$snap
zfs snapshot -r $pool/data@$snap
zfs snapshot -r $pool/services@$snap
zfs snapshot -r $pool/system@$snap