]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #6269 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 14:56:04 +0000 (16:56 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 14:56:04 +0000 (16:56 +0200)
bin/sync [new file with mode: 0644]

diff --git a/bin/sync b/bin/sync
new file mode 100644 (file)
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