rsync compressed transfer

This commit is contained in:
Alessandro Mauri 2020-08-20 09:23:33 +02:00
parent a21cccc8ec
commit e8a19f94e4

View File

@ -11,7 +11,7 @@ test: all
xdg-open ${DESTDIR}/index.html
install: all
rsync -vruL ${DESTDIR}/ www@${URL}:/www/
rsync -vmruLz --delete ${DESTDIR}/ www@${URL}:/www/
clean:
rm -rf ${DESTDIR}