From a8c915a6ae837c0607eea6e498862b0ae248ba93 Mon Sep 17 00:00:00 2001 From: Pranshu Sharma Date: Fri, 13 Dec 2024 01:08:40 +1000 Subject: Added sync.sh (RUN WHEN SYNCING WITH SERVER) --- sync.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sync.sh (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh new file mode 100644 index 0000000..6882f51 --- /dev/null +++ b/sync.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +rsync -arv --exclude='.git/' --exclude='sync.sh' . root@bauherren.ovh:/var/www/bauherren/ -- cgit v1.2.3