Skip to content

Commit

Permalink
Add missing --relative flag to rsync in percent-full mover script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Millar committed Jul 18, 2024
1 parent 42d0b57 commit 3248761
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 3248761

Please sign in to comment.