diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-25 18:35:41 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-25 18:35:41 +0200 |
commit | 4dd7c2f1e0174f8de6be9c57f7296e64e1534af5 (patch) | |
tree | 852fd46e8f41a3d457304a2a05e6d2556ca1aaa1 /doc/operations | |
parent | 9f3984b5e8fb261eb24be76ec548d83c43d58b96 (diff) | |
download | gitlab-ce-4dd7c2f1e0174f8de6be9c57f7296e64e1534af5.tar.gz |
Remove unwanted linebreak
Diffstat (limited to 'doc/operations')
-rw-r--r-- | doc/operations/moving_repositories.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/operations/moving_repositories.md b/doc/operations/moving_repositories.md index 231e09f0462..88b90e91316 100644 --- a/doc/operations/moving_repositories.md +++ b/doc/operations/moving_repositories.md @@ -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 |