From 1da3101ca9921f8b25bbed2cc030b051a5489505 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Tue, 28 Jul 2020 04:27:35 +0200 Subject: [PATCH] renamed script file --- README.md | 4 ++-- ...in-place-mirror-rebalance.sh => zfs-inplace-rebalancing.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename zfs-in-place-mirror-rebalance.sh => zfs-inplace-rebalancing.sh (100%) diff --git a/README.md b/README.md index e03c4e3..79452be 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Due to the working principle of this script, it is crucial that you **only run i **ALWAYS HAVE A BACKUP OF YOUR DATA!** ``` -chmod +x ./zfs-in-place-mirror-rebalance.sh -./zfs-in-place-mirror-rebalance.sh /pool/path/to/rebalance +chmod +x ./zfs-inplace-rebalancing.sh +./zfs-inplace-rebalancing.sh /pool/path/to/rebalance ``` Note that this script does **not** have any kind of progress bar (yet), so it might be a good idea to try a small subfolder first, or process your pool folder layout in manually selected badges. diff --git a/zfs-in-place-mirror-rebalance.sh b/zfs-inplace-rebalancing.sh similarity index 100% rename from zfs-in-place-mirror-rebalance.sh rename to zfs-inplace-rebalancing.sh