From a8ea6a24032e3865eeb701d73bc77f4f06604ef3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 21 Dec 2010 20:24:51 +0100 Subject: hashl(1): Update example --- bin/hashl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/hashl b/bin/hashl index cfabccd..52bc5a1 100755 --- a/bin/hashl +++ b/bin/hashl @@ -325,8 +325,8 @@ can now use it to check if you (very probably) already have any remote file. For that, you only need to leech the first 4MB of every file on the share, and not the whole file. For example: -C<< for f (/tmp/mnt/ext/**/*(.)); hashl new-file $f && cp -i $f -/media/videos/incoming/ >> +C<< for f (/tmp/mnt/ext/**/*(.)); hashl new-file $f && cp -v --parents $f +/media/videos/incoming/ || echo skip $f >> =head2 EXTERNAL HARD DISK -- cgit v1.2.3