mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-15 02:35:12 +08:00
Merge pull request #837 from renkoh/rsync-script-readme
Update percentage full expiring script
This commit is contained in:
commit
eaa2593a4b
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user