From 3779e9035f2c67e36111585e10d956a3e9e3c0fa Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Fri, 25 May 2018 19:08:56 +0200 Subject: [PATCH] script to update static web site content --- tools/update web site | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 tools/update web site diff --git a/tools/update web site b/tools/update web site new file mode 100755 index 0000000..e6d3056 --- /dev/null +++ b/tools/update web site @@ -0,0 +1,12 @@ +#!/bin/bash + +cd "${0%/*}" + +cd .. + +rsync -avz --delete -e 'ssh -p 10006' ./ \ + --include="*/" \ + --include="*.html" \ + --include="*.png" \ + --exclude="*" \ + n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/ -- 2.20.1