✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WP Time Capsule Pro: incremental backup history as tables

Time Capsule tracks incremental backups, stagings, and one-click restores in its own records. SleekView lifts those rows into one operational grid with type, destination, duration, and outcome on every row.

♾️ Lifetime License available

SleekView table view for WP Time Capsule Pro

Incrementals deserve a grid

WP Time Capsule Pro stores its job history through plugin-managed records in wp_options and wp_postmeta-style logs, with the actual data shipped to a connected cloud (Dropbox, Google Drive, Amazon S3, Wasabi). The plugin's history page lists recent backups but mixes incremental backups, staging restores, and full restores in a single stream. Spotting a regression in incremental duration over a quarter, or filtering only the staging operations, is more work than it should be.

SleekView reads the same records and gives each job a row with the columns that matter operationally: started, action (Incremental, Restore, Staging, On-demand), destination, files changed, duration, outcome. The same data, with the addition of saved views, role scoping, and combinable filters. Filtering action equals Restore with outcome equals Failed in the last 30 days surfaces the runs that the default history page never highlights.

Writes route through Time Capsule's own hooks. Re-running an incremental, pruning history, or promoting a backup to a staging snapshot all use plugin actions, not direct table writes. The plugin's incremental engine, schedule, and cloud credentials remain canonical; SleekView is the read layer over the records the plugin already maintains.

Workflow

From Time Capsule records to one operational grid

1

Pick the source

Point SleekView at Time Capsule's job records in wp_options and the per-run logs under wp-content.
2

Compose columns

Promote action, destination, files-changed, duration, and outcome from the plugin's record payload into sortable columns.
3

Save and scope per role

Save an Ops view (failed in 24h), a Release view (staging only), and an Owner view (monthly change volume) and scope each to the right role.
4

Edit through Time Capsule's hooks

Row actions call the plugin's own re-run, prune, and promote-to-staging hooks, never direct writes to the record store.

Sample columns

Time Capsule runs

Every WP Time Capsule job with type, destination, and outcome.
Source: WP Time Capsule job records in wp_options plus per-job logs in wp-content
Started Action Destination Files changed Duration Outcome
May 18 04:00 Incremental Wasabi 412 3m 12s Succeeded
May 17 04:00 Incremental Dropbox 118 1m 44s Succeeded
May 16 04:00 Staging Amazon S3 3,902 9m 21s Skipped files
May 15 04:00 Restore Google Drive 1,420 0m 28s Failed

Comparison

Default WP Time Capsule admin vs SleekView

Default WP Time Capsule admin

  • Backups, restores, and staging jobs share one history stream with no filter by action.
  • Files-changed counts are visible per run but cannot be aggregated across a date window.
  • Duration is shown per row but is not a sortable column for trend spotting.
  • Failed jobs sit visually next to successful ones with the same plain row treatment.
  • There is no saved-view concept, so ops and owners share the same single screen.

SleekView

  • Each Time Capsule record becomes a row with action, destination, files changed, duration, outcome.
  • Saved views per role: ops sees failed jobs in 24h, owners see monthly incremental volume.
  • Inline actions (re-run, prune, promote to staging) call Time Capsule's own hooks, not direct option writes.
  • Duration becomes a sortable trend column, surfacing slow incrementals before they break the schedule.
  • A click on any row opens the on-disk log file Time Capsule already wrote under wp-content.

Features

What SleekView gives you for WP Time Capsule Pro

Action as a first-class filter

Incremental, Restore, Staging, and On-demand are filterable values, not buried badges, so ops can read just the runs they own.

Files-changed trend

The files_changed column aggregates across windows, so an unexpected spike from 200 to 4000 changes shows up as a chart, not as a single row.

Writes through plugin hooks

Re-run, prune, and promote-to-staging actions route through Time Capsule's own hooks, never direct writes to the plugin's option records.

Audience

Who uses SleekView for WP Time Capsule Pro

Ops engineer

Filters action equals Incremental with outcome equals Failed in the last 24 hours, so on-call work starts at the right row.

Release engineer using staging

Filters action equals Staging over the last 14 days and sorts by duration descending to validate that staging restores stay fast as the site grows.

Owner reviewing change volume

Uses a monthly view of incremental files-changed totals to understand whether the editorial team's activity is what is making backups grow.

The bigger picture

Why incremental backups need a grid

WP Time Capsule's selling point is incremental backups: smaller, faster, more frequent than full archives. That same property is exactly what makes its history harder to read in a flat list. A nightly incremental that shipped 412 changed files matters; the next night's incremental that shipped 4000 changed files might be a real signal, but the default UI does not surface that difference.

Mixed into the same stream are staging restores and one-click restores, each with different operational meaning. Ops engineers want failed runs in the last 24 hours; release engineers want staging duration trends; owners want change-volume aggregates. None of those are saved-view shapes inside the plugin today.

SleekView reads the records Time Capsule already writes and turns them into the grid the plugin's data deserves, with role-scoped views, sortable trend columns, and inline actions that call the plugin's own hooks. The incremental engine stays canonical; only the read layer changes, which is the right way to add observability to a backup tool without competing with it.

Questions

Common questions about SleekView for WP Time Capsule Pro

No. Time Capsule owns the incremental engine, the cloud credentials, and the change detection. SleekView reads the records the plugin writes and surfaces them as a grid.

 

All destinations Time Capsule itself supports (Dropbox, Google Drive, Amazon S3, Wasabi) because the grid reads from the plugin's own records, not from the cloud APIs.

 

Yes, by calling Time Capsule's own restore action from the row context menu. The grid never writes the destination directly.

 

The action column carries the plugin's own job type, so Staging, Incremental, On-demand, and Restore are filterable values rather than visual badges.

 

Each record stores the count Time Capsule already calculated for that run, so the grid aggregates them across saved views without recomputing.

 

Yes. The grid paginates server-side against the plugin's record index, so a year of nightly incrementals stays interactive.

 

Yes, with per-site and network-wide views. The network view aggregates incremental volume per sub-site for capacity planning.

 

Yes. Clicking a row opens the on-disk log file Time Capsule already wrote under wp-content when the log is still present.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView