feat: Standalone restore script — separate file that scans for ZIPs (#107) #123
Reference in New Issue
Block a user
Delete Branch "feat/standalone-restore-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
New MokoRestore mode that generates
restore.phpas a standalone file. Closes #107.How it works
restore.phpis written as a separate file alongside the backup ZIPProfile options
include_mokorestoreis now a dropdown:Use case
SCP the backup to a remote server → open restore.php in browser → it finds the ZIP automatically → full restore wizard without needing to extract anything first.
Test Plan