From 1139cb07fee10e19c152d8ecafe68f9d6260713c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 16:56:04 +0200 Subject: [PATCH] wip #6269 @0.75 --- bin/sync | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/sync diff --git a/bin/sync b/bin/sync new file mode 100644 index 0000000..602933c --- /dev/null +++ b/bin/sync @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/rsync -av --delete -e 'ssh -p 58745' fluidbook@toolbox.fluidbook.com:/application/protected/loadbalancer/ /var/www/html/ > /var/log/sync.log \ No newline at end of file -- 2.39.5