main
parent
bccd61d996
commit
87cec26150
|
@ -562,6 +562,9 @@ rsync -avzP src/ dst</pre>
|
|||
</div>
|
||||
<div class="highlight highlight-source-shell">
|
||||
<pre><span class="pl-c"><span class="pl-c">#</span> If dry run, remove --exec</span>
|
||||
f2 --replace <span class="pl-s"><span class="pl-pds">"</span>{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}{ext}<span class="pl-pds">"</span></span> --exec
|
||||
|
||||
<span class="pl-c"><span class="pl-c">#</span> Include hash md5</span>
|
||||
f2 --replace <span class="pl-s"><span class="pl-pds">"</span>{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}_{hash.md5}{ext}<span class="pl-pds">"</span></span> --exec
|
||||
|
||||
<span class="pl-c"><span class="pl-c">#</span> Include ImageSize (require exiftool)</span>
|
||||
|
|
|
@ -265,6 +265,9 @@ fclones group . | fclones remove
|
|||
|
||||
```sh
|
||||
# If dry run, remove --exec
|
||||
f2 --replace "{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}{ext}" --exec
|
||||
|
||||
# Include hash md5
|
||||
f2 --replace "{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}_{hash.md5}{ext}" --exec
|
||||
|
||||
# Include ImageSize (require exiftool)
|
||||
|
|
Loading…
Reference in New Issue