From d1252ab07c7c1a6e7f74dc092f52dc70e5bca129 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 20 Dec 2023 15:23:17 +0100 Subject: [PATCH] rsync memory --- scripts/tile_gen/extract_btrfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tile_gen/extract_btrfs.sh b/scripts/tile_gen/extract_btrfs.sh index c83e399..7bf9658 100644 --- a/scripts/tile_gen/extract_btrfs.sh +++ b/scripts/tile_gen/extract_btrfs.sh @@ -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