summaryrefslogtreecommitdiff
path: root/bin/bisect-database-dumps
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bisect-database-dumps')
-rwxr-xr-xbin/bisect-database-dumps3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bisect-database-dumps b/bin/bisect-database-dumps
index c943107..deb88f8 100755
--- a/bin/bisect-database-dumps
+++ b/bin/bisect-database-dumps
@@ -1,5 +1,8 @@
#!/bin/sh
+# bisect through the database dumps to see when a specific thing
+# appeared first
+
dumps=$(
find '/data/backup' -mindepth 1 -maxdepth 1 -name 'database-*.xz' -exec ls -tr {} +
)