Automatic offloading
Every new upload goes to the cloud in the background: the original, every
thumbnail, the -scaled version and WebP/AVIF sources.
Automatic offloading
Every new upload goes to the cloud in the background: the original, every
thumbnail, the -scaled version and WebP/AVIF sources.
Bring Back
Offloading is never a one-way door. Restore one file or the whole library to your server, with a disk-space check before it starts.
No broken URLs
URLs and srcset are rewritten as pages render. Nothing in your database
is search-replaced, and page builders keep working.
Three retention policies
Keep every local copy, delete only thumbnails, or move everything to the cloud. Local files are deleted only after the upload is confirmed.
Built for every host
One PHP process and low memory. Choose a Transfer Speed that fits a small shared plan or a dedicated server.
WP-CLI
Offload, restore, apply retention and check status from the terminal, with
--dry-run on every write command.
Verified before deleted
A local file is never deleted until its upload is confirmed in your bucket. A cloud file is never deleted until Bring Back has confirmed the local copy, and only if you turned that on.
Safe mode for copies
A staging, development or local copy of your site never uploads to or deletes from the live site’s storage.
One bucket, many sites
Several sites can share one bucket and CDN, each in its own folder. A site never touches a folder another site uses.
Keys stay private
Access keys are never shown in the browser or written to logs. You can
keep them in wp-config.php instead of the database.