[Bug 296241] pkgbase: "make update-packages" causes too much disk churn

[email protected] Wed, 22 Jul 2026 10:13:39 +0000
Newsgroups gmane.os.freebsd.bugs
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296241

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from [email protected] ---
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 the assignee for the bug.