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):

+