mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
rsync memory
This commit is contained in:
@@ -45,6 +45,7 @@ grep fixed extract_out.log > dedupl_fixed.log || true
|
|||||||
# Unfortunately, by deleting files from the btrfs partition, the size _grows_.
|
# Unfortunately, by deleting files from the btrfs partition, the size _grows_.
|
||||||
# So we need to rsync onto a new partition.
|
# So we need to rsync onto a new partition.
|
||||||
rsync -avH \
|
rsync -avH \
|
||||||
|
--max-alloc=4294967296 \
|
||||||
--exclude dedupl \
|
--exclude dedupl \
|
||||||
mnt_rw/extract/ mnt_rw2/extract/ \
|
mnt_rw/extract/ mnt_rw2/extract/ \
|
||||||
> rsync_out.log 2> rsync_err.log
|
> rsync_out.log 2> rsync_err.log
|
||||||
|
|||||||
Reference in New Issue
Block a user