mars

superminimal static website framework
git clone git://parazyd.org/mars.git
Log | Files | Refs | README | LICENSE

commit a08528384a2886ae244eb68592a72b8d875218a9
parent 419743f421d3c7624d8e4089abf301455073ab37
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 17 Jun 2016 14:58:23 +0200

sensible rsync options

Diffstat:
Mmars.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mars.sh b/mars.sh @@ -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 }