From: Fred Hamster Date: Mon, 7 Apr 2025 16:24:22 +0000 (-0400) Subject: find syncthing conflict files X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=48eb9f8ab7135bd8d0b38d7945c1aac39423d9c9;p=feisty_meow.git find syncthing conflict files simple script checks our storage hierarchy for syncthing conflict files --- diff --git a/scripts/customize/fred/scripts/automation/locate_syncthing_conflicts.sh b/scripts/customize/fred/scripts/automation/locate_syncthing_conflicts.sh new file mode 100644 index 00000000..ecd24b45 --- /dev/null +++ b/scripts/customize/fred/scripts/automation/locate_syncthing_conflicts.sh @@ -0,0 +1,4 @@ + +# assumes our file hierarchy on /z, which is where most of our +# synching is done against. +find /z/ -follow -iname ".sync-conflict*"