rsync memory

This commit is contained in:
Zsolt Ero
2023-12-20 15:23:17 +01:00
parent 605e0f14c1
commit d1252ab07c

View File

@@ -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