From edf5c00313b42308271fdad84a003b78a9483fc8 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Wed, 19 Jul 2023 14:45:07 +0200 Subject: tags and mentions --- watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watch') diff --git a/watch b/watch index d8a276d..41ad68b 100755 --- a/watch +++ b/watch @@ -1,5 +1,5 @@ #!/bin/sh while inotifywait -qq -r ./ -e create,delete,modify; do - rsync -a --exclude='.git/' --exclude='watch' --filter=":- .gitignore" ./ /srv/social/ + rsync -a --exclude='.git/' --exclude='watch' --exclude='generate-digest.rb' --exclude='.gitignore' --exclude='TODO' --filter=":- .gitignore" ./ /srv/social/ sudo systemctl restart social.service done -- cgit v1.2.3