diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-13 14:40:20 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-13 14:40:20 -0400 |
| commit | 1970b587f2c6255088ce27bcb1ea2b2dd0e29ccf (patch) | |
| tree | ce7632c4a1a7239e9517f66434702d30e9294e96 | |
| parent | 0f2e640ed16fb17f7d2c2ea90bcc848492327b52 (diff) | |
minor
| -rw-r--r-- | rsync.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ <li><code>-z</code> – compress files for upload</li> <li><code>-P</code> – if uploading a large file and upload breaks, pick up where we left off rather than reuploading the entire file</li> </ul> -<p>Avoid using the commonly used <code>-a</code> option when uploading. It changes can transfer your local machine's user and group permissions to your server, which might cause breakage.</p> +<p>Avoid using the commonly used <code>-a</code> option when uploading. It can transfers your local machine's user and group permissions to your server, which might cause breakage.</p> <h3>Scriptability</h3> <p>It's a good idea to build your website offline, then make an rsync script or bash alias like the one above to upload the edited files when you have made updates.</p> <h3>Password-less authentication</h3> |
