✨ 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 BackupBuddy Stash: Stash uploads and quota as tables

Stash stores upload history through BackupBuddy's option-based records. SleekView lifts those rows into a single operational grid with size, duration, destination, and quota on every row.

♾️ Lifetime License available

SleekView table view for BackupBuddy Stash

A Stash upload is a row, not a log line

BackupBuddy (now branded Solid Backups) ships Stash as its dedicated cloud destination, with upload records written to wp_options under BackupBuddy's own key prefix and per-run logs on disk under wp-content/uploads/backupbuddy_*. The Stash tab inside BackupBuddy shows recent uploads as a list of links to archives, but it does not let you slice across upload type (Full, Database, Files), quota usage, or destination Stash region. The default UI is built for inspecting a single archive, not for spotting a regression across runs.

SleekView reads the same option records and gives each upload its own row with the columns ops actually wants: started, archive type, size shipped, duration, Stash quota remaining, outcome. The plugin already writes everything needed for that grid, but it is buried inside serialised option values. Promote those keys to columns and the difference between a 4.1 GB Full and a 0 MB failed Stash push is suddenly visible, not hidden inside an archive list.

Edits stay safe because they route through BackupBuddy's own actions: prune, re-upload, and credential rotation use the plugin's hooks instead of direct option writes. SleekView is the operational view layer over the data the plugin already owns; the schedule, the encryption, and the Stash quota counters remain canonical inside BackupBuddy.

Workflow

From BackupBuddy options to one Stash grid

1

Pick the source

Point SleekView at BackupBuddy's wp_options records. Stash upload history, quota state, and run logs are all already there.
2

Compose columns

Promote started, type, size, duration, quota, and outcome from option payloads into sortable columns.
3

Save and scope per role

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

Edit inline through BackupBuddy

Row actions trigger BackupBuddy's prune, re-upload, and credential rotation hooks, never direct writes to the option table.

Sample columns

Stash uploads

Each BackupBuddy Stash upload with size, duration, and Stash quota at run time.
Source: wp_options (BackupBuddy keys) plus wp-content/uploads/backupbuddy_* archives
Started Type Size Duration Quota left Outcome
May 18 02:00 Full 4.1 GB 11m 12s 9.8 GB Uploaded
May 17 02:00 Database 212 MB 0m 38s 10.0 GB Uploaded
May 16 02:00 Files 3.7 GB 14m 02s 10.2 GB Throttled
May 15 02:00 Full 0 MB 0m 04s 13.9 GB Failed

Comparison

Default BackupBuddy Stash admin vs SleekView

Default BackupBuddy Stash admin

  • Stash uploads render as a list of archive links with no filter by outcome or by archive type.
  • Quota is a single current number; there is no trend column across recent Stash uploads.
  • Failed pushes with 0 bytes look identical to successful multi GB uploads in the default list.
  • Per-run duration is logged on disk but is never promoted to a sortable column in BackupBuddy.
  • Ops engineers and site owners share one screen with no saved views or role scoping.

SleekView

  • Each wp_options record becomes a row with started, type, size, duration, quota, outcome.
  • Saved views per role: ops sees failed Stash pushes in the last 24h, owners see monthly quota use.
  • Inline edits route through BackupBuddy's own prune and re-upload hooks, never direct option writes.
  • Quota burn over time is reconstructed by reading the quota value at each upload row.
  • Row context menu opens the original archive log under wp-content/uploads/backupbuddy_* when present.

Features

What SleekView gives you for BackupBuddy Stash

Stash columns promoted

started, type, size, duration, and quota become sortable columns so a 0 byte Stash push next to a 4 GB Full is impossible to miss.

Quota and outcome together

Combine outcome equals Failed with quota left under 2 GB to catch the runs about to push the Stash plan over.

Edits through BackupBuddy

Prune and re-upload actions call BackupBuddy's own hooks, so the plugin's encryption keys, schedule, and quota counters remain authoritative.

Audience

Who uses SleekView for BackupBuddy Stash

Ops engineer on call

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

Owner reviewing Stash plan

Uses a monthly view grouped by archive type with quota left as the trend column to decide whether to upgrade the Stash plan or prune older archives.

Agency across many sites

Rolls up quota burn and Stash upload durations across client sites so the renewal cycle is informed by data, not by opening each BackupBuddy tab.

The bigger picture

Why Stash needs a grid layer

BackupBuddy Stash is the destination that quietly accumulates years of archive history for the sites that bought into the plugin's bundle. The data is rich; the read layer is not. The default Stash tab is built for inspecting a single archive, which means every operational question (Did the last seven nightlies succeed? Is the quota burn accelerating? Which sub-site is eating the most Stash?) becomes a manual read across many tabs.

Failed uploads sit visually next to successful ones, throttled pushes hide inside log files, and quota changes only show as the latest number. Ops engineers and finance teams end up exporting CSVs by hand or guessing. SleekView removes the manual step by reading the same option records the plugin already writes and presenting them as a grid that can be filtered, saved per role, and exported for an audit.

BackupBuddy continues to own the upload, the encryption, and the schedule. The grid is purely the operational view layer, and that is the difference between a backup product that quietly hopes its uploads succeed and a backup operations product that lets a human prove they did.

Questions

Common questions about SleekView for BackupBuddy Stash

No. BackupBuddy owns the upload to Stash, the encryption, and the schedule. SleekView reads the records the plugin writes to wp_options and surfaces them as a grid.

 

From wp_options records under BackupBuddy's key prefix, plus the on-disk archives in wp-content/uploads/backupbuddy_* when they are still present.

 

Yes, by calling BackupBuddy's own prune and re-upload actions from the row context menu. No direct option writes, so plugin counters stay consistent.

 

Yes. The plugin was rebranded but the option keys and on-disk archive paths are unchanged, so the same grid maps cleanly across both names.

 

Pagination is server-side against the option index, so a year of nightly Stash pushes stays interactive. Filters share the same index.

 

No. SleekView only reads metadata from wp_options. Archive contents are never opened, and Stash credentials remain inside BackupBuddy.

 

Yes, with per-site and network-wide views. A network rollup chart shows Stash quota burn per sub-site for tenancy review.

 

Yes. The current view exports to CSV or JSON without re-querying live Stash, so an audit packet can be generated from the same records the plugin wrote.

 

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