summaryrefslogtreecommitdiff
path: root/watch
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-07-19 14:45:07 +0200
committerpdp8 <pdp8@pdp8.info>2023-07-19 14:45:07 +0200
commitedf5c00313b42308271fdad84a003b78a9483fc8 (patch)
treef4ee567fdecbe293c157cd7601d060aff0994833 /watch
parentbd7e17e927824461c1af167fae292906b6212894 (diff)
tags and mentions
Diffstat (limited to 'watch')
-rwxr-xr-xwatch2
1 files changed, 1 insertions, 1 deletions
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