diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-03 10:49:28 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-03 10:49:28 -0400 |
| commit | 935d9d26748281437157cffc10e949382f39b9d3 (patch) | |
| tree | b04201998aab08281b8f56f2f6af672463a50f5b /rss.xml | |
| parent | 8240c9322bab0a06a6b5b2b64292aee8a9a4f9bc (diff) | |
add missing colon
Diffstat (limited to 'rss.xml')
| -rw-r--r-- | rss.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ <pre><code>apt install rsync</code></pre> <h2 id="uploading-files-with-rsync">Uploading files with rsync</h2> <p>From your local machine you can upload files to your server like this:</p> -<pre><code>rsync -ruvzP <strong>/path/to/file</strong> <strong>root@example.org/path/on/the/server</strong></code></pre> +<pre><code>rsync -ruvzP <strong>/path/to/file</strong> <strong>root@example.org:/path/on/the/server</strong></code></pre> <p>You will be prompted for the root password and then uploading will commence.</p> <p>If you omit <strong>root@</strong>, rsync will not attempt to log in as root, but whatever your local username is.</p> <h3>Options to rsync</h3> |
