From da53bff0277c3d990bfe94c0335fd854ed008ce3 Mon Sep 17 00:00:00 2001 From: Otho Date: Mon, 16 Jan 2023 22:59:16 -0500 Subject: [PATCH] Format improvements. --- backup.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/backup.sh b/backup.sh index e6dc4c9..7b801a0 100755 --- a/backup.sh +++ b/backup.sh @@ -284,14 +284,14 @@ populate_datasets ### Command case "$1" in - list) list_datasets ;; - list-remote) list_remote_datasets ;; - snapshot) create_snapshots ;; - configure-mirrors) zfs_allow_mirrors ;; - configure-origin) zfs_allow_origin ;; - mirror-reset) send_latest ;; - mirror-increment) send_increment ;; - #mirror-prune) send_increment_with_F ;; + list ) list_datasets ;; + list-remote ) list_remote_datasets ;; + snapshot ) create_snapshots ;; + configure-mirrors ) zfs_allow_mirrors ;; + configure-origin ) 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