From 968789368fe72f4f8a00b2211fe2b43b8faee585 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 15 Oct 2010 14:46:55 +0200 Subject: Document rsync --checksum --- examples/hakyll/tutorials/part08.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/hakyll/tutorials/part08.markdown b/examples/hakyll/tutorials/part08.markdown index a0615fa..ec27153 100644 --- a/examples/hakyll/tutorials/part08.markdown +++ b/examples/hakyll/tutorials/part08.markdown @@ -43,6 +43,12 @@ This means it will be very fast, but it will not pick up _all_ changes. - It is generally recommended to do a `./hakyll rebuild` before you deploy your site. +After rebuilding your site, all files will look as "modified" to the filesystem. +This means that when you upload your site, it will usually transfer all files -- +this can generate more traffic than necessary, since it is possible that some +files were not actually modified. If you use `rsync`, you can counter this using +the `--checksum` option. + ## Pretty URL's There is an option in Hakyll to produce pretty URL's, which is disabled by -- cgit v1.2.3