[Bug 296241] pkgbase: "make update-packages" causes too much disk churn
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Jul 2026 10:13:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296241
crest@rlwinm.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |crest@rlwinm.de
--- Comment #3 from crest@rlwinm.de ---
How about trying to hardlink the reused packages into place and falling back to
cp which in turn will try copy_file_range() before doing a normal copy? Hard
links have the massive advantage that they replicate correctly while bclone's
deduplication is lost during replication.
--
You are receiving this mail because:
You are on the CC list for the bug.