aboutsummaryrefslogtreecommitdiff
path: root/scripts/constant-sync.sh
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@gmail.com>2025-05-11 23:32:25 -0400
committerJackJ30 <jackqjamison@gmail.com>2025-05-11 23:32:25 -0400
commit1e11acb9cf5e5c8642e4f9d5c44455fd14045502 (patch)
treebf34dada49becd74adb8bbc8c79a38bfa667e522 /scripts/constant-sync.sh
initial commit
Diffstat (limited to 'scripts/constant-sync.sh')
-rwxr-xr-xscripts/constant-sync.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/constant-sync.sh b/scripts/constant-sync.sh
new file mode 100755
index 0000000..c016b44
--- /dev/null
+++ b/scripts/constant-sync.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+while true; do
+ rsync -av --delete ./zola-static/public/ /var/www/homepage/
+ sleep 5 # wait 5 seconds before the next sync
+done