Browse Source

Merge pull request #1346 from grunthos503/master

Add missing --relative flag to rsync in percent-full mover script
master
trapexit 4 months ago
committed by GitHub
parent
commit
b0bb7ef38c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tools/mergerfs.percent-full-mover

2
tools/mergerfs.percent-full-mover

@ -17,5 +17,5 @@ do
head -n 1 | \ head -n 1 | \
cut -d' ' -f2-) cut -d' ' -f2-)
test -n "${FILE}" test -n "${FILE}"
rsync -axqHAXWESR --preallocate --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/"
rsync -axqHAXWESR --preallocate --relative --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/"
done done
Loading…
Cancel
Save