Revert "Add missing --relative flag to rsync in percent-full mover script"

This commit is contained in:
trapexit 2024-07-18 13:49:07 -05:00 committed by GitHub
parent dd987db65c
commit 8c7f4dce4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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