From 21c242c16da6eea8ac5ab0f70c3c6890ca818809 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 10 Feb 2020 18:10:06 +0700 Subject: [PATCH] add trial run when use rsync --- use-rsync.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/use-rsync.md b/use-rsync.md index a14cac5..4839194 100644 --- a/use-rsync.md +++ b/use-rsync.md @@ -9,3 +9,5 @@ rsync -vah src dest `--ignore-existing`: Ignore updating existing files in dest. `--exclude-from=FILE`: Exclude pattern files in FILE. + +`-n`: Trial run.