]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
compact: support --cow/--no-cow switch
authorEric Wong <e@80x24.org>
Tue, 16 Sep 2025 21:42:58 +0000 (21:42 +0000)
committerEric Wong <e@80x24.org>
Wed, 17 Sep 2025 21:37:32 +0000 (21:37 +0000)
commita4471ceb74bc263c1cb894dafe785e4c20fba2aa
tree72aca520d6a8e4f6414630e74160d04d8c5481d7
parentae9422a30ff23da33f4454c6ba1279fb0193fe71
compact: support --cow/--no-cow switch

Users on btrfs may prefer to sacrifice performance for data
safety with RAID.  Allow them to do so by supporting the --cow
switch.  I missed this when I added --cow support to the other
commands.

Fixes: db671788 (support --cow switch to preserve CoW on btrfs, 2025-08-26)
script/public-inbox-compact