mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +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_.
|
||||
# So we need to rsync onto a new partition.
|
||||
rsync -avH \
|
||||
--max-alloc=4294967296 \
|
||||
--exclude dedupl \
|
||||
mnt_rw/extract/ mnt_rw2/extract/ \
|
||||
> rsync_out.log 2> rsync_err.log
|
||||
|
||||
Reference in New Issue
Block a user