diff options
Diffstat (limited to 'scripts/constant-sync.sh')
| -rwxr-xr-x | scripts/constant-sync.sh | 5 |
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 |
