diff options
-rw-r--r-- | Upgrading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrading.md b/Upgrading.md index 627eef6..4117388 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -35,7 +35,7 @@ As mentioned earlier, double-check that you remember the passphrase for `/new` a ``` $ shopt -s dotglob -$ rsync -av --remove-source-files /old/* /new +$ rsync -a -P --remove-source-files /old/* /new ``` As above, `dotglob` makes sure that dotfiles in `/old/` are copied as well. |