From 87cec26150d936f41fe7f13c145a4008599e9b85 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 11 Jan 2025 23:49:36 +0700 Subject: [PATCH] f2 --- docs/2023-07-01-pastebin.html | 3 +++ posts/2023-07-01-pastebin.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/2023-07-01-pastebin.html b/docs/2023-07-01-pastebin.html index e6b2dd8..73ccfa2 100644 --- a/docs/2023-07-01-pastebin.html +++ b/docs/2023-07-01-pastebin.html @@ -562,6 +562,9 @@

# 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)
diff --git a/posts/2023-07-01-pastebin.md b/posts/2023-07-01-pastebin.md
index b41fdc4..2e40126 100644
--- a/posts/2023-07-01-pastebin.md
+++ b/posts/2023-07-01-pastebin.md
@@ -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)