From 1970b587f2c6255088ce27bcb1ea2b2dd0e29ccf Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 13 Jul 2021 14:40:20 -0400 Subject: minor --- rsync.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.html b/rsync.html index c18e92b..f4dca7e 100644 --- a/rsync.html +++ b/rsync.html @@ -32,7 +32,7 @@
  • -z – compress files for upload
  • -P – if uploading a large file and upload breaks, pick up where we left off rather than reuploading the entire file
  • -

    Avoid using the commonly used -a option when uploading. It changes can transfer your local machine's user and group permissions to your server, which might cause breakage.

    +

    Avoid using the commonly used -a option when uploading. It can transfers your local machine's user and group permissions to your server, which might cause breakage.

    Scriptability

    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.

    Password-less authentication

    -- cgit v1.2.3