index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bisect-database-dumps | 3 |
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 {} + ) |