Skip to content

Commit

Permalink
Merge pull request #1346 from grunthos503/master
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 authored Jul 18, 2024
2 parents 40359df + 85ce7d6 commit b0bb7ef
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 b0bb7ef

Please sign in to comment.