diff options
author | rfjakob | 2016-06-09 23:51:10 +0200 |
---|---|---|
committer | rfjakob | 2016-06-09 23:51:10 +0200 |
commit | 569a7a277ffe19d96d76990e7163ff39c22f9c51 (patch) | |
tree | 4f0c76b73d98c768a020494d5beadb84088cbc61 /Upgrading.md | |
parent | a2906babd18f828bc5a13e99f5cc3f327aadbfe3 (diff) |
Updated Upgrading (markdown)
Diffstat (limited to 'Upgrading.md')
-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. |