Lýsing
Takumi Vault lets you back up your WordPress database and files, and restore them with a single click — no command line required.
Key Features:
- One-click manual backup (database, files, or both)
- Restore from any saved backup
- Scheduled automatic backups (daily, weekly, monthly)
- Backup history with optional notes
- Download backups to your computer
- Automatic old-backup pruning (generation management)
- Email notifications on completion or failure
- Backups stored outside the web root by default, with the destination verified before use
- No external commands: works on hosts where exec() and shell_exec() are disabled
- WP-CLI commands, so a backup can run from a real cron entry or a deployment script
Developed and maintained by Yoshiro Moriyama, founder of Takumi Web Services
— a WordPress development studio based in Toronto, Canada.
Skjámyndir



Uppsetning
- Upload the
takumi-vaultfolder to/wp-content/plugins/. - Activate the plugin via Plugins > Installed Plugins.
- Navigate to Takumi Vault in the admin menu.
- (Optional) Adjust the backup directory and schedule under Takumi Vault > Settings.
SOS
-
Where are backups stored?
-
By default, backups go to a directory with a random suffix one level above your WordPress installation. Before writing anything, Takumi Vault checks whether that directory is actually reachable over the web and refuses to use it if it is. You can set your own path in Takumi Vault > Settings, and it is checked the same way.
-
Does this plugin require WP-CLI, mysqldump or SSH?
-
No. Takumi Vault is written entirely in PHP and the WordPress API. It does not call
exec(),shell_exec()or any external command, so it behaves the same on shared hosting where those functions are disabled. -
Can I run backups from the command line?
-
Yes.
wp takumi-vault backup --type=alltakes a backup, andwp takumi-vault restore <id>puts one back. There is alsowp takumi-vault check, which reports what the host can and cannot do and exits non-zero if anything would stop a backup, so it can gate a deployment script.This is worth using where you can. The command line has no browser waiting on it, no execution time limit and no dependency on WP-Cron, which only fires when somebody visits the site. A quiet site with a real cron entry calling
wp takumi-vault backupis the most reliable way to run this plugin. -
What happens when I uninstall it?
-
Its settings, its own tables and any scheduled events are removed, along with the copy of the database that a restore kept so it could be undone.
Your backups are not deleted. They live outside the plugin’s own directory and are yours; removing a plugin should not destroy the thing you installed it to protect. Delete them yourself when you no longer want them.
-
Is it safe to use on a live site?
-
Yes. File backups are zipped after the fact, and the maintenance window is kept to a minimum.
Umsagnir
There are no reviews for this plugin.
Þátttakendur & höfundar
“Takumi Vault – Backup & Restore Manager” er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.
HöfundarTranslate “Takumi Vault – Backup & Restore Manager” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Breytingarsaga
1.1.0
- Added WP-CLI commands: backup, restore, undo, list and check.
- Backups run from the command line complete in one process, with no loopback request and no execution time limit.
1.0.0
- Initial release.
