✨ 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 UpdraftPlus Vault: vault uploads and quota as tables

Vault stores its quota state and upload history in wp_options keys the plugin manages. SleekView lifts that data into a real grid with size, destination shard, duration, and outcome on every row.

♾️ Lifetime License available

SleekView table view for UpdraftPlus Vault

Quota is a metric, not a setting

UpdraftPlus Vault is the cloud destination tied to UpdraftPlus Premium, and it writes job records and quota state to wp_options under the updraft_ and updraftvault_ key prefixes. The Vault tab inside the plugin shows current quota and recent uploads in a flat list, but it does not let you slice the run history by status, by archive type (Full, Database, Files), or by the duration of each upload. A 0 byte upload sitting alongside a 3.8 GB Full looks identical until you click in.

SleekView reads the same option rows UpdraftPlus already writes and gives each Vault upload its own row with the columns that matter: started, archive type, size shipped, duration, quota remaining, outcome. The updraftvault_quota option becomes a trend instead of a single number, because every row records the quota state at the time the upload finished. Filters on outcome equals Failed and a date window of the last 14 days catches the quiet errors the Vault tab never highlights.

Edits route through UpdraftPlus, never around it. Pruning an old archive or revoking a Vault credential uses the plugin's own actions, so the schedule, the encryption, and the quota counters stay canonical. SleekView is the read layer plus a few safe write paths the plugin already exposes; it does not race the cron, and it does not invent a parallel history table.

Workflow

From wp_options rows to operational grid

1

Pick the source

Point SleekView at the updraft_ and updraftvault_ option keys. The plugin discovers job records without copying them into a new table.
2

Compose columns

Promote started, type, size, duration, quota, and outcome from the option payload into first-class sortable columns.
3

Save and scope per role

Save an Ops view (failed in the last 24h), a Finance view (monthly quota burn), and a Restore view (Full archives only) and scope each to the right role.
4

Edit inline through UpdraftPlus

Use the row actions to prune, re-upload, or rotate credentials by calling UpdraftPlus's own hooks, never by writing to wp_options directly.

Sample columns

Vault uploads

Every UpdraftPlus Vault upload with size, duration, and quota remaining at run time.
Source: wp_options (updraft_ and updraftvault_ keys) plus wp-content/updraft logs
Started Type Size Duration Quota left Outcome
May 18 03:00 Full 3.8 GB 9m 42s 11.2 GB Uploaded
May 17 03:00 Database 184 MB 0m 41s 11.4 GB Uploaded
May 16 03:00 Files 3.6 GB 12m 08s 11.6 GB Throttled
May 15 03:00 Full 0 B 0m 03s 15.0 GB Failed

Comparison

Default UpdraftPlus Vault admin vs SleekView

Default UpdraftPlus Vault admin

  • Recent Vault uploads render as a flat list with no filter by outcome or by archive type.
  • Quota is shown as a single current value; the updraftvault_quota trend over time is not surfaced.
  • Failed uploads with 0 bytes shipped sit visually next to multi GB healthy runs in the same list.
  • Per-run duration is recorded in logs but is never promoted to a sortable column in the Vault tab.
  • There is no saved-view concept, so support engineers and ops engineers see the same single screen.

SleekView

  • Each row in wp_options becomes a grid row with started, type, size, duration, quota, outcome.
  • Saved views per role: ops sees failed uploads in the last 14 days, finance sees monthly quota burn.
  • Inline edits route through UpdraftPlus's own actions for prune and re-upload, never direct option writes.
  • Quota burn-down chart pulls the updraftvault_quota value at every run, not just the latest.
  • A click on any row opens the original log file under wp-content/updraft when still on disk.

Features

What SleekView gives you for UpdraftPlus Vault

Vault columns first-class

started, type, size, duration, and quota are sortable columns, not buried log lines, so a 0 byte upload next to a healthy Full is impossible to miss.

Filter by outcome and quota

Combine status equals Failed with quota left under 1 GB to surface the runs about to break the schedule before the next cron tick.

Edits through UpdraftPlus

Prune, re-upload, and credential rotation all call UpdraftPlus's own actions, so the plugin's encryption, schedule, and counters stay canonical.

Audience

Who uses SleekView for UpdraftPlus Vault

Ops on call

Filters to outcome equals Failed in the last 24 hours and sorts by started descending, so the first row is always the run that needs attention right now.

Finance reviewing spend

Saves a monthly view grouped by archive type, with quota left as the trend column, so the Vault renewal conversation is data, not a guess.

Agency managing many sites

Uses a multisite-aware view to compare quota burn and upload duration across client sites, instead of opening Vault tabs one by one.

The bigger picture

Why this matters for Vault

UpdraftPlus Vault is the destination most paid UpdraftPlus customers default to, but its admin surface is still the same vertical list the plugin shipped with years ago. The data is good; the view is thin. Failed uploads, throttled shards, and quota burn all sit inside wp_options rows that no human reads directly.

Ops engineers find out about Vault problems the night they try to restore, not the morning the quota crossed 80 percent. Finance teams renew Vault plans without a quota burn chart to support the conversation. Multi-site agencies open one Vault tab per site to do work that should be a single grid.

SleekView changes the read layer, not the backup tool: UpdraftPlus keeps owning the schedule and the encryption, and the grid simply turns the data the plugin already writes into something a human can act on. That is the difference between a backup product and a backup operations product, and it is what Vault customers stop asking the plugin to be once a real grid sits over the same option keys.

Questions

Common questions about SleekView for UpdraftPlus Vault

No. UpdraftPlus owns the schedule, the encryption, and the upload to Vault. SleekView reads the records the plugin writes to wp_options and surfaces them as a grid. That separation keeps the backup tool canonical.

 

From wp_options rows prefixed updraft_ and updraftvault_, plus the per-job logs UpdraftPlus writes under wp-content/updraft while they remain on disk.

 

Yes, by calling UpdraftPlus's own prune action from the row context menu. No direct option deletes, so the plugin's quota counters stay consistent.

 

Yes. Every row stores the value of updraftvault_quota at the time the run finished, so you can chart quota burn instead of guessing from the latest reading.

 

The grid paginates server-side and indexes on the option timestamp, so a year of nightly runs stays interactive. Filters and saved views run against the same index.

 

SleekView never decrypts archives. It only reads the metadata UpdraftPlus stores in wp_options, which already excludes archive content.

 

Yes, with per-site and network-wide views. On a network install the grid can roll up updraftvault_quota across sub-sites for a single tenancy view.

 

Yes. Clicking a row opens the on-disk log file UpdraftPlus already wrote under wp-content/updraft, when it has not been pruned yet.

 

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