Browse Source

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

Update percentage full expiring script
libfuse-cxx
trapexit 4 years ago
committed by GitHub
parent
commit
eaa2593a4b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -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
```

Loading…
Cancel
Save