Backup Verification
Automates the verification of database backup restorability by repeatedly testing restore operations until successful or maximum iterations reached.
This loop is republished with attribution. Full credit and the original content belong to the source linked above.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Kickoff Prompt
Copy this prompt and run it with your agent to start the loop.
Start the "Backup Verification" loop.
Goal: Verify backup restorability
Max iterations: 10
Between iterations run: restore test
Exit when: Restore succeeds
Begin Backup Verification Loop. Execute restore test command and verify backup restorability. Continue until successful restore or 10 iterations.
Self-pace this loop. After each iteration, run `restore test` and evaluate the output, and only continue if the exit condition is not met (Restore succeeds). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.