Remove unwanted linebreak

This commit is contained in:
Jacob Vosmaer 2015-09-25 18:35:41 +02:00
parent 9f3984b5e8
commit 4dd7c2f1e0
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ tar -C /var/opt/gitlab/git-data/repositories -cf - -- . |\
```
If you want to compress the data before it goes over the network
(which will cost you CPU cycles) you can replace `ssh` with `ssh
-C`.
(which will cost you CPU cycles) you can replace `ssh` with `ssh -C`.
## The target directory contains an outdated copy of the repositories: use rsync