From a71e128819c2b36fd278d21bee587b66e12d8fa6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 6 May 2011 22:21:45 +0200 Subject: hashl(1): Fix leeching example --- bin/hashl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/hashl b/bin/hashl index d65ff33..210a58b 100755 --- a/bin/hashl +++ b/bin/hashl @@ -523,8 +523,7 @@ 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 -v --parents $f -/media/videos/incoming/ || echo skip $f >> +C<< cd /tmp/mnt/ext; hashl copy /media/videos/incoming >> =head2 EXTERNAL HARD DISK -- cgit v1.2.3