diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-21 20:24:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-21 20:24:51 +0100 |
commit | a8ea6a24032e3865eeb701d73bc77f4f06604ef3 (patch) | |
tree | 4bd9655be09ce96c944bfad04ed982012f279e55 /bin/hashl | |
parent | c886c7e6daad3a58f218d694f1c37a033af71572 (diff) |
hashl(1): Update example
Diffstat (limited to 'bin/hashl')
-rwxr-xr-x | bin/hashl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |