✨ 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

When a backup matters most, you should not be scrolling through Existing Backups. SleekView turns UpdraftPlus job history into a real grid with size, duration, destination, and outcome on every row.

♾️ Lifetime License available

SleekView table view for UpdraftPlus

Backups you can prove ran

UpdraftPlus stores its job history in wp_options rows and per-job metadata, with full logs written to disk under wp-content/updraft. The Existing Backups screen lists archive files, but trends, durations, and silent failures are hard to see across months because the screen is archive-first, not run-first. A 0 MB archive sitting next to a 4.2 GB archive is not flagged; you discover it the night you actually need to restore.

SleekView reads the job records UpdraftPlus already writes and rolls them up into one grid you can filter by status, destination, type (Full, Database, Incremental), or duration. The columns are the things you care about when something goes wrong: when did the run start, where did it ship, how big was it, how long did it take, did it succeed. A Dropbox push that finished in three seconds with zero bytes shipped is now a red row on a saved view, not a quiet failure waiting to be found.

The duration column is the one that quietly earns its keep. Backups that creep from twelve minutes to eighteen minutes over a quarter usually mean a destination is throttling or a database table is bloating. The Existing Backups screen never shows that drift. The grid does, and a click on the row opens the original log file UpdraftPlus already wrote to disk, so the path from spotting a regression to reading its log is two clicks instead of half an hour.

Workflow

From UpdraftPlus job records to one operational grid

1

Read job records

SleekView reads the wp_options entries UpdraftPlus writes for each run, plus its log files where available. No second history store, no extra writes.
2

Map the columns

Started, type, destination, size, duration, outcome. Six columns that answer most questions ops asks about a nightly schedule before the rest matter.
3

Save failure feed

Save a view filtered to outcome equals Failed or Slow over the last 7 days. That becomes the morning health check without touching the dashboard.
4

Drill into logs

Click a row to open the UpdraftPlus log file for that run. SleekView never replaces the log; it just makes finding the right one a one-click operation.

Sample columns

Backup runs

Each UpdraftPlus job with size, destination, and outcome.
Source: wp_options job records and per-backup files in wp-content/updraft (logs and manifests)
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array

Comparison

UpdraftPlus admin vs SleekView

UpdraftPlus

  • Existing Backups list is archive-first, not run-first
  • No trend view of duration over time
  • Failures are hidden in per-job logs
  • No filter by destination across months
  • Hard to spot a backup that silently shrank

SleekView

  • One row per job with status, size, and duration
  • Filter by destination or outcome over any range
  • Spot drops in backup size before they bite
  • Saved view for failed jobs in the last 7 days
  • Click through to the original log file

Features

What SleekView gives you for UpdraftPlus

Backup observability

See whether your nightly backups actually ran, succeeded, and finished on time. Not just the email said yes, but the size and duration confirm it.

Trends over time

Sort by size or duration to spot regressions before they become outages. A 4.2 GB run drifting toward 5 GB is visible weeks before the destination throttles.

Failure feed

A saved view of failed and slow jobs in the last week surfaces problems before the client asks why last night's restore would not have worked.

Audience

For ops and agencies

Site reliability

Confirm at a glance that backups across Google Drive, S3, and Dropbox are all healthy this week. The grid is the morning check, not the email folder.

Agencies

Bring backup health into the same WP Admin you already live in for client sites. No second pane of glass, no monthly log digest to read.

On-call engineers

When something breaks at 3am, find the last successful Full backup in seconds. Filter to outcome equals Success and sort by Started descending.

The bigger picture

Why backup observability beats backup notifications

UpdraftPlus emails when a backup fails, and that is fine until the email goes to a spam folder, the SMTP plugin breaks, or the failure mode is silent rather than loud. A backup that succeeds with zero bytes does not look like a failure to a notification rule, but it absolutely is one. So is a database-only backup running on a day a Full was scheduled.

So is a destination that was rotated out two months ago but still appears in the job history. The only way to catch these is to look at the run history as a dataset and ask questions of it: which destinations are slow this week, which jobs shrank, which runs took longer than the previous seven. UpdraftPlus already records all of that data; SleekView just makes it queryable in WP Admin without leaving for an external monitoring tool.

For ops teams that manage dozens of WordPress sites, this is the difference between knowing backups ran and knowing they are healthy. The first is what email tells you. The second is what a grid tells you.

Questions

Common questions about SleekView for UpdraftPlus

No. UpdraftPlus owns the schedule, the destinations, and the actual archive build. SleekView reads the history UpdraftPlus writes and surfaces it. That separation is intentional; the backup tool stays canonical and the observability layer stays read-only, which is exactly what you want when something has gone wrong.

 

From the wp_options entries UpdraftPlus writes for each run, plus its on-disk log files in wp-content/updraft where they are still present. Pruned logs no longer appear as clickable, but the option-based summary row remains so the run is still visible in the grid.

 

Yes. Premium destinations like OneDrive for Business, Backblaze B2, and SFTP, plus Premium features like incremental backups, all surface in the same grid because they all write to the same job-record schema. A Pro feature like Encryption shows up as an extra metadata column.

 

We recommend pruning through UpdraftPlus itself so its files, archives, and option records all stay in sync. SleekView can hide rows visually using a filter, but actually removing job records should go through the plugin so the on-disk archive does not orphan the metadata.

 

Yes. The job records are subsite-scoped on UpdraftPlus's side, which means each subsite has its own backup history and its own SleekView. Network admins switch subsites the standard way; cross-subsite reporting needs to roll up exports rather than pivot a single grid.

 

No. Only the rows on the current page are queried, and UpdraftPlus's option records are small. A site with eighteen months of nightly history queries the same as a site with two weeks because pagination keeps the row count constant.

 

Indirectly. UpdraftPlus does not record an explicit row for a missed schedule, but the gap shows up clearly in a grid sorted by Started descending. A saved view that highlights the most recent run per destination makes a missing night obvious without needing a synthetic row.

 

The metadata for the run is on your site regardless of where the archive landed. SleekView shows that metadata. The remote archive itself stays in Google Drive, S3, or wherever UpdraftPlus shipped it; clicking the row opens the local log so you still get the trail without pulling the archive back.

 

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