What is WP Time Capsule plugin?
WP Time Capsule is a WordPress backup plugin built around incremental backup technology — it backs up only files that have changed since the last backup, rather than creating a new full backup each time. This approach minimizes server resource usage and backup file size, making it practical to run very frequent backups (even hourly) without the overhead that would make traditional full backups impractical at that frequency. Backup history is stored in the connected cloud account (Dropbox, Google Drive, Amazon S3, Wasabi) rather than on BlogVault-style proprietary infrastructure.
WP Time Capsule requires creating a free account on their platform to obtain a license key, and all plans are subscription-based — there is no purely self-contained free version. Pricing is structured per site with a free plan that covers one site with limited features. Paid plans unlock more sites, priority support, and advanced restore options. The restore process lets you roll back individual files or the entire site to any point in backup history, including from before a specific plugin update or content change.
The plugin is particularly valued by developers and agencies who need frequent incremental backups with a clean restore-to-any-point workflow. For content-heavy sites or WooCommerce stores with high update frequency, the incremental approach significantly reduces backup storage costs compared to tools that create full backups on each run. It is a more technical product than UpdraftPlus or WPvivid and best suited for users comfortable with cloud storage configuration and backup verification workflows.
Need Help With WP Time Capsule Setup, Troubleshooting, or Customization?
Need help with WP Time Capsule? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get WP Time Capsule Expert HelpKey Features
- True incremental backups — only changed files backed up after the first full backup
- Backup before plugin and theme updates automatically
- Restore to any point in backup history
- File-level or full-site restore
- Cloud storage: Dropbox, Google Drive, Amazon S3, Wasabi
Pros & Cons
Pros
- Incremental backups minimize server load and storage costs for frequent backup schedules
- Backup before updates is a safety net for every update cycle
- Restore to any point in history provides granular recovery options
Cons
- Requires account creation and subscription — no fully self-hosted free option
- Less known than UpdraftPlus with a smaller community
Free vs Premium
Free plan: 1 site, basic incremental backup, limited support. Paid plans: multiple sites, priority support, advanced restore features. Pricing varies — check wptimecapsule.com for current plans.
Common Problems & Fixes
WP Time Capsule is not detecting changes and skipping backups — why?
WP Time Capsule detects file changes by comparing file modification timestamps. If timestamps are not updating (e.g., on some hosting setups where file timestamps are not reliably updated on write), changes may be missed. Also check: caching plugins that compress or combine files may prevent individual file change detection; check WP Time Capsule logs in the dashboard for any skipped or failed backup entries. Try triggering a manual backup to see if the issue is with detection or connectivity.
How do I restore a specific file to a previous version using WP Time Capsule?
Go to WP Time Capsule → Restore in your WordPress dashboard. Browse the backup timeline and select the point in time you want to restore from. You can choose full site restore or browse to a specific file path and restore only that file. This granular file restore is one of WP Time Capsule’s differentiating features — useful for recovering from a specific change (like a theme edit that broke the layout) without rolling back the entire site.
WP Time Capsule backup before update did not trigger for a recent plugin update — what went wrong?
Backup-before-update requires the update to be initiated through the WordPress dashboard — it hooks into the WordPress update process. If updates ran via WP-CLI, a hosting control panel auto-update, or another plugin manager that bypasses the standard WordPress update hook, WP Time Capsule may not be triggered. Also check that the “Backup before update” setting is enabled in WP Time Capsule’s settings. For WP-CLI updates, use the –no-color flag and initiate updates via the dashboard for coverage.
Customization & Developer Notes
How do I configure WP Time Capsule to back up to Amazon S3?
Go to WP Time Capsule → Settings → Storage. Select Amazon S3 and enter your AWS access key, secret key, bucket name, and region. The IAM user needs s3:PutObject, s3:GetObject, s3:DeleteObject, and s3:ListBucket permissions on the target bucket. Save and trigger a manual backup to test the connection. WP Time Capsule creates a structured folder hierarchy in S3 organized by date and backup type, making it easy to navigate backup history directly in the S3 console.
Can WP Time Capsule create a staging environment from a specific historical backup?
Yes. From the Restore section, select the backup point you want to use as the staging base, then choose Create Staging instead of Restore. WP Time Capsule will deploy that historical version of the site to a staging subdomain or subdirectory. This is useful for testing what the site looked like before a change, or for creating a staging environment from a known-good state. The staging site is independent and will not affect the production site.
Frequently Asked Questions
How does WP Time Capsule differ from UpdraftPlus for incremental backups?
WP Time Capsule is built around incremental backups as its core architecture. UpdraftPlus free does not include incremental backups — that requires UpdraftPlus Premium ($70/year). WP Time Capsule’s incremental approach is more granular, tracking individual file changes rather than UpdraftPlus’s plugin/theme folder-level incrementals. For sites where storage costs and backup frequency matter, WP Time Capsule’s architecture is more efficient.
Is WP Time Capsule reliable for WooCommerce stores?
WP Time Capsule is reliable for WooCommerce, and its incremental backups are practical for stores where files change frequently. Database backups are included alongside file backups. However, for stores with very high order volume where data loss between backup intervals is costly, a backup solution with real-time database backup (like BlogVault for WooCommerce) may better match the risk tolerance. WP Time Capsule’s per-update backup trigger is valuable for protecting against theme and plugin update regressions.
Can WP Time Capsule break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing WP Time Capsule?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.