✨ 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 Charts for XCloner Backup

SleekView Charts reads the wp_options job log and the xcloner-backups archive manifest, and renders XCloner's schedules and remote pushes as Number, Pie, Bar and Area cards.

♾️ Lifetime License available

SleekView Charts dashboard for XCloner Backup

Open-source backups deserve charts

XCloner has been a steady open-source backup option for years. It writes archive files to /wp-content/backups (or wp-content/xcloner-backups depending on version), runs scheduled jobs through WordPress CRON and supports remote storage targets like FTP, SFTP, Amazon S3, Backblaze B2, Dropbox, Google Drive and WebDAV. The default admin shows a schedule list and an archive list. Both are useful for one-off operations and weak for ongoing visibility across many destinations and many schedules.

SleekView Charts reads the same wp_options entries XCloner writes for each scheduled job and reconciles them with the archive manifest on disk. A Number card surfaces successful runs in the last 30 days. A Pie splits jobs by destination across the configured remotes. A Bar groups archive size per schedule, so the schedule that has quietly grown to 12 GB becomes visible. An Area trends run cadence per day so a stalled CRON shows up as a chart break.

Chart and table views sit on the same dataset, so any filter (failed runs, runs over an hour, runs targeting one remote) applies to both surfaces. XCloner keeps doing the backups; SleekView Charts handles the dashboard side.

Workflow

Turn XCloner's schedules and archives into a dashboard

1

Read the schedule and archive log

SleekView scans wp_options for XCloner schedule entries and reconciles them with the archives in /wp-content/backups or /wp-content/xcloner-backups: status, started_at, duration, size_bytes, destination.
2

Compose the chart cards

Pick Number, Pie, Bar, Area or Line cards. Group by destination, schedule, status or started_at, and aggregate as Count, Sum, Average, Minimum or Maximum on size_bytes or duration_seconds.
3

Save and scope the dashboard

Name the dashboard ("XCloner schedule health", "Remote push reliability") and gate it by WordPress capability so admins, ops and clients each see the slice that suits them.
4

Share or export

Send stakeholders a read-only URL or export the filtered run set to CSV. Quarterly hosting reviews and remote-storage audits get an honest picture instead of a screenshot.

Sample dashboard

Charts you can build from XCloner Backup data

Each card below reads the same schedule entries and archive manifest the standard plugin uses. Mix them to build a dashboard for admins, ops or a quarterly hosting review.
Number · Default

Successful runs (30 days)

Scheduled XCloner jobs that completed Success in the last thirty days. One KPI for the rolling reliability question across every configured schedule.
Count
Pie · Donut text

Runs by remote destination

Split across S3, Backblaze, Dropbox, Google Drive, WebDAV, FTP and SFTP. Catches the case where one remote target has quietly stopped accepting uploads.
Count group by destination
Bar · Horizontal

Average archive size by schedule

Per-schedule average of archive size_bytes. The schedule that has quietly grown to several GB becomes visible before it starts to time out on the destination.
Average(size_bytes) group by schedule_name
Area · Gradient

Run cadence over time

Time series of XCloner jobs per day. CRON misfires or disabled schedules show up as chart breaks, which the default schedule list never visualises.
Count group by started_at

Comparison

Default XCloner screen vs SleekView Charts

Default XCloner schedule and archive screens

  • Two separate screens (schedules and archives) without a combined view
  • No KPI for runs in a rolling window across schedules
  • Cannot split runs by remote destination visually
  • No per-schedule size trend to plan retention or storage upgrades
  • Stalled CRON shows only as missing list entries, not as a chart break

SleekView Charts

  • KPI card for successful runs in the last 30 days
  • Pie split across configured remote destinations
  • Bar of average archive size per schedule for retention planning
  • Area trend of run cadence to catch CRON regressions
  • Filters carry between table view and chart view on the same dataset

Features

What SleekView Charts gives you for XCloner Backup

Dashboard, not two list screens

Render XCloner schedules and archive history as Number, Pie, Bar and Area cards. The combined view replaces tabbing between the schedule screen and the archive screen.

Remote storage at a glance

A Pie by destination surfaces whether S3, Backblaze, Dropbox and the rest are actually receiving uploads. Silent remote failures stop hiding behind a green schedule badge.

Client-facing snapshots

Share a read-only dashboard URL with a client or export the filtered set to CSV for a retainer review. No screenshots, no copy-paste.

Audience

Who builds XCloner Backup charts dashboards with SleekView

Open-source-first admins

Pair the open-source backup plugin with an open visibility layer instead of routing reliability data through a paid SaaS reporting tool. Same stack, charted.

Multi-destination ops

Sites that push to two or three remotes use the destination Pie to confirm every remote is alive. Easier than logging into three cloud consoles to spot-check.

Agencies

Apply the same chart shape across every XCloner install in the client portfolio. Each monthly review opens with the same four cards, which scales cleanly.

The bigger picture

Why open-source backups still need a dashboard

XCloner has done its job well for years, and the architecture (WordPress CRON, archives to disk, optional remote push) is robust. The cost of that simplicity is the same cost most backup tools share: the data is rich, the surface is thin. A schedule that has run cleanly for six months and then quietly stopped because a remote credential expired is invisible until somebody happens to scroll the archive list.

Charting the same data fixes the visibility gap without changing the engine. A KPI catches a stalled schedule on day two. A destination Pie catches a remote target rejecting uploads.

A size-per-schedule bar catches retention drift before it becomes a hosting bill. None of it touches the way XCloner actually performs backups.

Questions

Common questions about SleekView Charts for XCloner Backup

Only the wp_options entries XCloner writes for each schedule and run (status, started_at, duration, size_bytes, destination) and the archive files in /wp-content/backups or /wp-content/xcloner-backups, depending on the install. No premium add-on is required.

 

Yes. Table and chart views sit on the same dataset, so a filter for failed runs targeting a specific remote applies to both surfaces. Pivoting between rows and charts needs no filter rebuild.

 

Yes. XCloner records the destination it targeted for each push, so a Pie or Bar grouped by destination shows the share of runs going to S3, Dropbox, Backblaze B2, Google Drive, FTP, SFTP or WebDAV. Each silent remote failure becomes a colour shift on the Pie.

 

Yes. Group by started_at on an Area or Line card with Count aggregation. A WordPress CRON that has stopped firing shows up as a flat line, which is visible at a glance and not buried in a list.

 

Yes. XCloner is open source and writes the same schedule and run data regardless of version. SleekView Charts only needs what the plugin is already writing, so no premium dependency is involved.

 

Yes. Add a filter for schedule_name and the entire dashboard, including the KPI, pie, bar and trend, narrows to that schedule. Useful for sites with multiple schedules (nightly DB, weekly files, monthly full) that need separate visibility.

 

No. SleekView Charts reads on demand from wp_options and the archive manifest and never participates in the actual backup process. The chart cards refresh against data XCloner has already written, with no parallel collector and no background polling.

 

Yes. Per-site scope is respected, so on multisite each install's schedules and archives appear in their own dashboard. A network-level dashboard can aggregate runs across blogs for an ops team monitoring the whole network.

 

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