Merge pull request #837 from renkoh/rsync-script-readme

Update percentage full expiring script
This commit is contained in:
trapexit
2020-10-03 01:05:54 -04:00
committed by GitHub

View File

@ -805,7 +805,7 @@ do
head -n 1 | \
cut -d' ' -f2-)
test -n "${FILE}"
rsync -axqHAXWES --preallocate --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/"
rsync -axqHAXWESR --preallocate --remove-source-files "${CACHE}/./${FILE}" "${BACKING}/"
done
```