@@ -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