From e090fcf21dacee01f8cda81dac9e016f3c702cf5 Mon Sep 17 00:00:00 2001 From: Otho Date: Mon, 16 Jan 2023 23:52:24 -0500 Subject: [PATCH] Strike out broken command. --- backup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backup.sh b/backup.sh index f029325..d14b545 100755 --- a/backup.sh +++ b/backup.sh @@ -287,11 +287,11 @@ case "$1" in list ) list_datasets ;; list-remote ) list_remote_datasets ;; snapshot ) create_snapshots ;; - configure-mirrors ) zfs_allow_mirrors ;; - configure-origin ) zfs_allow_origin ;; + #configure-mirrors ) zfs_allow_mirrors ;; + configure ) zfs_allow_origin ;; mirror-reset ) send_latest ;; mirror-increment ) send_increment ;; #mirror-prune ) send_increment_with_F ;; esac -rm sendnodes.tmp \ No newline at end of file +rm sendnodes.tmp