find syncthing conflict files
authorFred Hamster <fred@gruntose.com>
Mon, 7 Apr 2025 16:24:22 +0000 (12:24 -0400)
committerFred Hamster <fred@gruntose.com>
Mon, 7 Apr 2025 16:24:22 +0000 (12:24 -0400)
simple script checks our storage hierarchy for syncthing conflict files

scripts/customize/fred/scripts/automation/locate_syncthing_conflicts.sh [new file with mode: 0644]

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 (file)
index 0000000..ecd24b4
--- /dev/null
@@ -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*"