Add simple disk undelete
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.