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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
``` |
|
|
|
|
|
|
|