Remote destination

Configure S3-compatible storage for WordPress backups.

S3-compatible storage lets you use providers such as Backblaze B2, Wasabi, MinIO, DigitalOcean Spaces, Cloudflare R2 or other object storage services that expose an S3-style API.

What you need

  • Provider endpoint URL.
  • Bucket name.
  • Access key and secret key.
  • Region, if required by the provider.
  • Optional path prefix for the WordPress site.

Configuration Steps

  1. Create a bucket in your object storage provider.
  2. Create access credentials for that bucket.
  3. Copy the endpoint URL exactly as provided.
  4. Open StifLi Backup Tools > Remote Destinations.
  5. Select S3-compatible storage.
  6. Enter endpoint, bucket, region, access key, secret key and path.
  7. Save the destination and test the connection.
  8. Run a manual backup and verify the archive in the provider console.

Common Provider Fields

FieldMeaning
EndpointThe API host for the provider, usually starting with https://.
BucketThe object storage bucket that will hold backup archives.
RegionSome providers require it; others accept a default region value.
Path prefixA folder-like prefix such as client/site-name.

Troubleshooting

  • If connection fails, check endpoint spelling and whether the bucket region matches the credentials.
  • If upload fails after connection succeeds, review bucket permissions for object creation.
  • If deletion fails, confirm the credentials can delete old backups or lower retention manually.