Exclude the nextcloud DB from watching with inotify

This commit is contained in:
Andreas Zweili 2024-02-11 19:28:46 +01:00
parent 065ba7230c
commit 0cf879faaf
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ in
onFailure = [ "unit-status-telegram@%n.service" ];
wantedBy = [ "multi-user.target" ];
script = ''
${pkgs.inotify-tools}/bin/inotifywait -m -r -e create,modify,delete,move "${pathToMonitor}" |
${pkgs.inotify-tools}/bin/inotifywait -m -r -e create,modify,delete,move --exclude '\.sync_*\.db*' "${pathToMonitor}" |
while read -r directory event file; do
sleep 10
${monitor-notes}/bin/monitor-notes