On 2020-10-18 14:59, Pádraig Brady wrote:
On 18/10/2020 00:02, A L wrote:
Hi,
Does 'install' support reflink copy like 'cp --reflink=auto' does?
I could not find anything related to reflinks in the man pages.
The next release of coreutils will make install(1)
behave like --relink=auto.
It currently does not attempt to reflink.
thanks,
Pádraig
This is very good news. Do you know when next version will be released?
Is it this commit that enables reflink=auto?
http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=25725f9d41735d176d73a757430739fb71c7d043
Thank you.