summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-21 11:07:46 +0200
committerErich Eckner <git@eckner.net>2019-06-21 11:07:46 +0200
commit52012fe581a9d04cf4f666309379f868b450c0c8 (patch)
tree4434ebf3a91449c3b6cf44b7cf5b6b8344533723
parent8383a03f122bc866f8b77e4b312778c97cd77622 (diff)
downloadbuilder-52012fe581a9d04cf4f666309379f868b450c0c8.tar.xz
bin/bisect-database-dumps: add explanation
-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 {} +
)