From 083e7ebcb8a6a4a5997211fb7b49ab2b7e007630 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 16 Mar 2024 14:53:45 +0700 Subject: [PATCH] feat: f2 conflict --- docs/2023-07-01-pastebin.html | 2 +- posts/2023-07-01-pastebin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2023-07-01-pastebin.html b/docs/2023-07-01-pastebin.html index a86d59e..4dcaff8 100644 --- a/docs/2023-07-01-pastebin.html +++ b/docs/2023-07-01-pastebin.html @@ -452,7 +452,7 @@ rsync -avzP src/ dst

Rename:

# If want dry run, remove -x
-f2 -r "{mtime.YYYY}{mtime.MM}{mtime.DD}.{mtime.H}{mtime.mm}{mtime.ss}{ext}" -x
+f2 -r "{mtime.YYYY}{mtime.MM}{mtime.DD}.{mtime.H}{mtime.mm}{mtime.ss}{ext}" -F -x

diff --git a/posts/2023-07-01-pastebin.md b/posts/2023-07-01-pastebin.md index 3b25841..4b68db6 100644 --- a/posts/2023-07-01-pastebin.md +++ b/posts/2023-07-01-pastebin.md @@ -323,7 +323,7 @@ Rename: ```sh # If want dry run, remove -x -f2 -r "{mtime.YYYY}{mtime.MM}{mtime.DD}.{mtime.H}{mtime.mm}{mtime.ss}{ext}" -x +f2 -r "{mtime.YYYY}{mtime.MM}{mtime.DD}.{mtime.H}{mtime.mm}{mtime.ss}{ext}" -F -x ``` ## [Instaloader](https://github.com/instaloader/instaloader)