Browse Source

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

pull/1345/head
Alan Millar 4 months ago
parent
commit
3248761052
  1. 2
      tools/mergerfs.percent-full-mover

2
tools/mergerfs.percent-full-mover

@ -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
Loading…
Cancel
Save