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
commit eaa2593a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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