mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
rsync -avc, not --avc
This commit is contained in:
parent
d4ba7b7291
commit
79aaedc681
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ The steps for deploying your site will depend on where it will be hosted.
|
||||||
If you have SSH access to a server running Nginx or Apache, you might use the
|
If you have SSH access to a server running Nginx or Apache, you might use the
|
||||||
``rsync`` tool to transmit your site files::
|
``rsync`` tool to transmit your site files::
|
||||||
|
|
||||||
rsync --avc --delete output/ host.example.com:/var/www/your-site/
|
rsync -avc --delete output/ host.example.com:/var/www/your-site/
|
||||||
|
|
||||||
There are many other deployment options, some of which can be configured when
|
There are many other deployment options, some of which can be configured when
|
||||||
first setting up your site via the ``pelican-quickstart`` command. See the
|
first setting up your site via the ``pelican-quickstart`` command. See the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue