From 87db388880b0e78e090f148f3d024b7d728d14b6 Mon Sep 17 00:00:00 2001 From: Pablo Sarria Date: Mon, 31 Dec 2018 11:23:25 +0100 Subject: [PATCH] =?UTF-8?q?a=C3=B1ado=20soporte=20para=20bhyve?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zonebackuptofile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonebackuptofile.sh b/zonebackuptofile.sh index d03e603..234cac2 100755 --- a/zonebackuptofile.sh +++ b/zonebackuptofile.sh @@ -58,7 +58,7 @@ snapshot() snapshot $UUID -if [ $BRAND = "kvm" ]; then +if [ $BRAND = "kvm" ] || [ $BRAND = "bhyve" ] ; then snapshot $UUID-disk0 fi