From 47dbf859988c2f392e3a94cf0bf9ec65268b2c30 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 14 Nov 2021 18:37:55 +0530 Subject: [PATCH] Add image, update text on reflink. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2aea9b..9097810 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![advcpmv](https://web.archive.org/web/20131217004029im_/http://beatex.org/web/advcopy/advcpmv-screen-20130313.png) + ## Advanced Copy ## Advanced Copy is a mod for the GNU cp and GNU mv tools which adds a progress bar and provides some info on what's going on. It was written by Florian Zwicke and released under the GPL. @@ -24,14 +26,14 @@ make ### Change your behaviour -You can install the binaries and use `cpg -g` and `mvg -g` instead of cp and mv +You can install the binaries and use `cpg -g` and `mvg -g` instead of cp and mv: ``` sudo mv ./src/cp /usr/local/bin/cpg sudo mv ./src/mv /usr/local/bin/mvg ``` -Note that progress bar does not work with reflink - reflink disabled if using progress bar, unchanged otherwise +Progress bar does not work with reflink (introduced v9.0 onwards). So reflink is disabled if using progress bar, left unchanged otherwise. ### Alias