Skip to content
Snippets Groups Projects
Commit 5a7ce0e5 authored by Florent Gluck's avatar Florent Gluck
Browse files

minor change to docs/install.md

parent 52d776d4
Branches
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ Feel free to repeat the operation above with as many templates as you like.
To copy a template from another nexus server, `rsync` must be used instead of `scp` as it supports sparse files. Sparse files are files where consecutive zeros are not actually stored in data blocks. Template files (qcow) might appear much bigger than they really are as `ls` doesn't show the real block usage. To display the real size of a file, use `du -h FILE` instead.
Use the following recipe to copy a template using `rsync` over ssh (requires ssh key pairs):
```
```{.shell}
# On the destination server, create the template directory
mkdir /path_to_templates/4913a2bb-edfe-4dfe-af53-38197a44523b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment