From 48eb9f8ab7135bd8d0b38d7945c1aac39423d9c9 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Mon, 7 Apr 2025 12:24:22 -0400 Subject: [PATCH] find syncthing conflict files simple script checks our storage hierarchy for syncthing conflict files --- .../fred/scripts/automation/locate_syncthing_conflicts.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/customize/fred/scripts/automation/locate_syncthing_conflicts.sh 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*" -- 2.34.1