Skip to content

Commit

Permalink
Merge pull request #1345 from grunthos503/latest-release
Browse files Browse the repository at this point in the history
Add missing --relative flag to rsync in percent-full mover script
  • Loading branch information
trapexit committed Jul 18, 2024
2 parents 42d0b57 + 3248761 commit dd987db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mergerfs.percent-full-mover
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd987db

Please sign in to comment.