ChunkSafe Backup & Restore creates reliable backups of your database and files, processing them in resumable chunks across cron ticks so even large sites never time out. Send backups to local storage, FTP, or Amazon S3 (and S3-compatible providers) through a pluggable destination interface.
Schedule automatic backups with retention policies, encrypt archives with AES-256, and restore with a pre-restore safety snapshot and dry-run validation. Migration mode performs a serialized-safe search-and-replace of the site URL.
wp chunksafe run|list|restoreThis plugin does not contact any external service on its own. It only transfers data to a remote storage destination that you configure and explicitly select as the backup target. No data is sent anywhere until you enter credentials for one of these destinations and choose it.
If you select the S3 destination, the plugin connects to the Amazon S3 REST API (or to an S3-compatible endpoint you specify, such as Wasabi, DigitalOcean Spaces, or a self-hosted MinIO server) to store and retrieve your backups.
If you select the FTP destination, the plugin connects to the FTP server you specify to upload and download your backup archives. This is a server you control or have credentials for; no third party operated by the plugin author is involved. The applicable terms and privacy policy are those of your FTP host.
The bundled “Local” destination stores backups on your own server only and contacts nothing.