From 8c7f4dce4b95bcd99ab6e63afb0ecf596e6c47e3 Mon Sep 17 00:00:00 2001 From: trapexit Date: Thu, 18 Jul 2024 13:49:07 -0500 Subject: [PATCH] Revert "Add missing --relative flag to rsync in percent-full mover script" --- tools/mergerfs.percent-full-mover | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mergerfs.percent-full-mover b/tools/mergerfs.percent-full-mover index aad5965c..bf52b6cc 100755 --- a/tools/mergerfs.percent-full-mover +++ b/tools/mergerfs.percent-full-mover @@ -17,5 +17,5 @@ do head -n 1 | \ cut -d' ' -f2-) test -n "${FILE}" - rsync -axqHAXWESR --preallocate --relative --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/" + rsync -axqHAXWESR --preallocate --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/" done