mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-05-31 05:05:52 +08:00
Add missing --relative flag to rsync in percent-full mover script
This commit is contained in:
@ -17,5 +17,5 @@ do
|
||||
head -n 1 | \
|
||||
cut -d' ' -f2-)
|
||||
test -n "${FILE}"
|
||||
rsync -axqHAXWESR --preallocate --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/"
|
||||
rsync -axqHAXWESR --preallocate --relative --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/"
|
||||
done
|
||||
|
Reference in New Issue
Block a user