From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 14:56:04 +0000 (+0200) Subject: wip #6269 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1139cb07fee10e19c152d8ecafe68f9d6260713c;p=fluidbook-hosting-loadbalancer.git wip #6269 @0.75 --- 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