URI: 
       tsensible rsync options - mars - superminimal static website framework
  HTML git clone git://parazyd.org/mars.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a08528384a2886ae244eb68592a72b8d875218a9
   DIR parent 419743f421d3c7624d8e4089abf301455073ab37
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 17 Jun 2016 14:58:23 +0200
       
       sensible rsync options
       
       Diffstat:
         M mars.sh                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/mars.sh b/mars.sh
       t@@ -77,7 +77,7 @@ clean() {
        push() {
                print "${fg[green]}(*) rsyncing website...${reset_color}"
        
       -        rsync -P -e 'ssh' -avl --delete --stats --progress \
       +        rsync -P -e 'ssh' -avul --delete --stats \
                        --exclude-from 'rsync-exclude' \
                        . $WEBHOST:$WEBROOT
        }