From b9546907c4794fe1b105dd5887e5c8e60a0f3e61 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 3 Aug 2023 16:22:08 +0700 Subject: [PATCH] chore: more rsync --- docs/2023-07-01-pastebin.html | 33 +++++++++++++++++++++++++++++++++ posts/2023-07-01-pastebin.md | 9 +++++---- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/docs/2023-07-01-pastebin.html b/docs/2023-07-01-pastebin.html index 772e23a..d7f115b 100644 --- a/docs/2023-07-01-pastebin.html +++ b/docs/2023-07-01-pastebin.html @@ -305,6 +305,39 @@ dist
instaloader +login.txt +args.txt +targets.txt
+

+ rsync +

+
+
# Result is dst/src
+rsync -avzP src dst
+
+# Result is dst/* with * is from src
+rsync -avzP src/ dst
+
+

Commonly flags:

+ +

Be careful flags (need dry run if not sure):

+