rsync now

So, as promised in an earlier post, I've bitten the bullet and am now using rsync to deploys changes to this site.

Deploying changes to the site is now as easy as

ramdyne@delphic:~/website/www.ramdyne.nl$ nikola build
Scanning posts...done!
.  render_sources:output/posts/rsync-now.md
.  render_posts:cache/posts/rsync_now.html
.  render_pages:output/posts/rsync-now.html
.  render_indexes:output/index.html
.  render_archive:output/2013/index.html
.  render_rss:output/rss.xml
.  render_tags:output/categories/rsync.xml
.  render_tags:output/categories/rsync.html
.  render_tags:output/categories/maintenance.html
.  render_tags:output/categories/nikola.xml
.  render_tags:output/categories/maintenance.xml
.  render_tags:output/categories/nikola.html
.  render_tags:output/categories/python.xml
.  render_tags:output/categories/python.html
.  render_tags:output/categories/english.xml
.  render_tags:output/categories/site.html
.  render_tags:output/categories/english.html
.  render_tags:output/categories/site.xml
ramdyne@delphic:~/website/www.ramdyne.nl$ nikola deploy
==> rsync -rav output/* ramdyne@xxxxxxx.org:/home/ramdyne/www/ramdyne.nl/www
Password: 
sending incremental file list
index.html
rss.xml
2013/index.html
categories/english.html
categories/english.xml
categories/maintenance.html
categories/maintenance.xml
categories/nikola.html
categories/nikola.xml
categories/python.html
categories/python.xml
categories/rsync.html
categories/rsync.xml
categories/site.html
categories/site.xml
posts/rsync-now.html
posts/rsync-now.md

sent 53087 bytes  received 2382 bytes  2844.56 bytes/sec
total size is 10716307  speedup is 193.19
ramdyne@delphic:~/website/www.ramdyne.nl$ 

Comments

Comments powered by Disqus