From: Bastian Dehn Date: Sun, 1 Aug 2021 14:43:30 +0000 (+0200) Subject: change: readme add fast copy on same hdd X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=7bacd5b9305dae2ded9947caa7189cacc068330f;p=discspan.git change: readme add fast copy on same hdd --- diff --git a/readme.md b/readme.md index 90cfbdf..74ed61b 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,10 @@ make install rsync -av --files-from=medium / /pfad/zum/wegkopieren/ + oder + + cat medium | xargs -i cp -rl --parents {} /pfad/zum/wegkopieren + ## Command Line Options ```console