Submit an issue View all issues Source
MIR-847

Add simple disk undelete

Done public
evan evan Opened Mar 19, 2026 Updated Mar 26, 2026

When a disk is deleted, we end up deleting the img file as well immediately. Rather than do that, generated a backup and store it in a backup directory. Then have a background job that deletes them after 7 days. That way, if a user deletes their data, they can still retrieve it.