From 7e583e3f48010ad619375cf0b931d633a09abd4b Mon Sep 17 00:00:00 2001 From: Ren Koh Date: Sat, 3 Oct 2020 14:45:51 +1000 Subject: [PATCH] use relative option for rsync --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09535349..38873c98 100644 --- a/README.md +++ b/README.md @@ -805,7 +805,7 @@ do head -n 1 | \ cut -d' ' -f2-) test -n "${FILE}" - rsync -axqHAXWES --preallocate --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/" + rsync -axqHAXWESR --preallocate --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/" done ```