✨ 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 Duplicator

Migrations, clones, and recovery points all leave records in wp_duplicator_packages. SleekView lifts them into one operational grid you can sort, filter, and save views against without leaving WP Admin.

♾️ Lifetime License available

SleekView table view for Duplicator

A package is more than a file

Duplicator stores package metadata in custom tables and keeps the actual archives on disk in wp-content/backups-dup-*. The Packages screen lists the files, but it does not let you slice across type (Full, Manual, Database), destination (Google Drive, Dropbox, Local, S3), or recovery-point flag. A pre-deploy clone built last Wednesday and a nightly Full from this morning look the same in the list. They are not the same when something needs restoring.

SleekView reads wp_duplicator_packages directly and gives you the kind of grid a backup tool in 2026 ought to ship with: created, name, type, size, destination, status. The same dataset Duplicator writes; a different way of looking at it. A 5.7 GB nightly Full sitting next to a 0 MB Failed Dropbox push tells you in one glance which run is restorable. The Packages screen, focused on file management, never makes that contrast as visible.

Recovery points are the case where this matters most. Duplicator Pro promotes specific packages to recovery-point status, but the flag is buried inside the package detail. Surfacing it as a column means an ops engineer at 4am can filter to recovery-point equals true, sort by created descending, and have the restore source in one click. The same applies to clones built before a deploy: tag them with a name, and the grid becomes the audit trail of which version of the site shipped where.

Workflow

From Duplicator packages to a queryable grid

1

Read the packages table

SleekView reads wp_duplicator_packages directly and matches each row to its archive on disk. No reindexing, no separate package store.
2

Surface the operational columns

Created, type, destination, size, recovery-point flag, and status. The columns ops actually asks about when restoring or auditing a clone.
3

Save the failure view

A saved view filtered to status equals Failed in the last 30 days surfaces the broken jobs without anyone having to remember to look.
4

Drill into the archive

Click a row to open the original Duplicator package screen with its installer URL and SHA. SleekView lifts the metadata; restore still happens in Duplicator.

Sample columns

Packages

Every Duplicator package with size, type, destination, and recovery point flag.
Source: wp_duplicator_packages plus wp-content/backups-dup-* files
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

Duplicator admin vs SleekView

Duplicator

  • Packages screen is file-first, not run-first
  • No trend view of size or duration
  • Hard to filter by destination across months
  • Recovery point status is buried
  • No saved views for ops dashboards

SleekView

  • Reads wp_duplicator_packages directly
  • Filter by type, destination, or recovery flag
  • Sort by size to spot drift before restore time
  • Saved view for failures in the last 30 days
  • Click through to the original archive

Features

What SleekView gives you for Duplicator

Package registry

Every package, every recovery point, every clone in one searchable place. Pre-deploys and nightlies stop blending into the same long list.

Failure feed

Failed packages get their own saved view, sorted by most recent first. A 0 MB Dropbox push from three nights ago is no longer hiding mid-list.

Size trend

When backup size suddenly halves, you see it on the row before the next restore happens. A 5.7 GB Full followed by a 2.8 GB Full is a flag, not a quirk.

Audience

For ops, agencies, and migrators

Site reliability

Confirm at a glance that recovery points are healthy and recent. Filter to recovery-point equals true and sort by created descending.

Migrators

Track clones built for staging and which destination they shipped to. The grid replaces the spreadsheet most migration teams keep on the side.

Agencies

One grid of every client package across every cloud destination. Quarterly audits become a filter and an export, not a per-site walkthrough.

The bigger picture

Why packages need a registry, not just a list

Duplicator does two jobs that look similar but are not: it builds packages for migration and it builds packages for backup. Both leave the same kind of file on disk, both write the same kind of metadata, and both end up on the Packages screen indistinguishable from each other unless you read the names carefully. That ambiguity is fine on a single-site project.

On a site that has been migrated three times, cloned for a redesign, and is now running nightly Fulls plus weekly Pre-deploys, the Packages screen becomes a wall of zip files. The right question is not which file is at the top; it is which package matches the situation you are in. Restore from a Pre-deploy clone built before yesterday's release, or restore from the most recent successful nightly Full to a known-good destination.

SleekView gives you the structured view that lets that question be answered with filters instead of memory. For agencies and migration specialists this is also a deliverable: an audit of every package across every client site, with destinations and recovery flags, ready to hand to an ops review.

Questions

Common questions about SleekView for Duplicator

No. Duplicator owns the build process, the archive format, and the installer. SleekView reads the records Duplicator writes and lets you operate on them. That split is deliberate so that the backup tool stays canonical and the observability layer stays a pure read of its state.

 

Yes, but the action is delegated to Duplicator. SleekView calls the same delete hook the Packages screen uses, which means the on-disk archive is removed alongside the database row. That avoids the orphan-file problem you would get if the metadata and the archive could go out of sync.

 

Yes. Pro destinations like Google Drive, OneDrive, Dropbox, Amazon S3, and FTP, plus Pro-only features like recovery points and scheduled packages, all surface in the same grid because they all write to wp_duplicator_packages with extra metadata. The recovery-point flag becomes a filterable column.

 

SleekView shows the metadata Duplicator records about the run, including which destination it shipped to and the remote object identifier where applicable. The remote file itself stays where Duplicator put it; SleekView is not a remote storage browser, it is a metadata grid.

 

Yes. Each subsite has its own packages and its own SleekView pointed at its own wp_NN_duplicator_packages table. Network-wide auditing across subsites involves switching between them or rolling up CSV exports, which is consistent with how Duplicator itself behaves on multisite.

 

None. Queries are paginated and only run when you open the view. The wp_duplicator_packages table is small relative to wp_posts even on busy sites because it stores one row per package, not per asset, so even sites with two years of nightly history query in under a second.

 

Yes. Duplicator records whether a package's installer was generated, signed, and validated. SleekView surfaces installer status as a column you can filter on, which is useful when reviewing whether an old package is still restorable or has had its installer pruned by retention.

 

Indirectly. SleekView shows the destination Duplicator wrote to, but the storage provider connection itself is owned by Duplicator's settings. Configuring or rotating credentials happens there; observing where each package landed happens in the SleekView grid.

 

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