summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfjakob2016-06-09 23:28:48 +0200
committerrfjakob2016-06-09 23:28:48 +0200
commit98f1e4997b9a20b205f91ff033f2faea0ac42dd1 (patch)
tree7799ae96f652cb57647af58e808bfd46343afadd
parent25655400bdb6f45ad7a237ae2d780d98f094388b (diff)
Updated Upgrading (markdown)
-rw-r--r--Upgrading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrading.md b/Upgrading.md
index 7d7d578..c6390b2 100644
--- a/Upgrading.md
+++ b/Upgrading.md
@@ -25,7 +25,7 @@ $ shopt -s dotglob
$ rsync -av /old/* /new
```
-The bash option `dotglob` makes sure that `/old/*` also matches hidden files (dotfiles).
+The bash option `dotglob` makes sure that `/old/*` also matches hidden files (dotfiles). If you don't have any in /old (check with `ls -la /old`), you can skip that.
#### Space-efficient move