Cloud Sync

Sync backups off-site. Achieve true 3-2-1 protection.

Supported Storage Backends

Ginkgo works with major cloud providers and any WebDAV- or S3-compatible storage.

TypeWorks With
s3Amazon S3, Cloudflare R2, MinIO, Wasabi, Backblaze B2, and any S3-compatible service
webdavNextcloud, ownCloud, Synology, QNAP, TrueNAS, and any WebDAV server
sftpAny SSH server with SFTP enabled

S3 Setup

Connect to any S3-compatible storage backend.

S3

{ "type": "s3", "name": "My S3", "endpoint": "https://s3.amazonaws.com", "region": "us-east-1", "bucket": "my-backup", "access_key": "AKIA...", "secret_key": "...", "base_path": "/backups" }

WebDAV Setup

Connect to your NAS or any WebDAV-compatible cloud drive.

WebDAV

{ "type": "webdav", "name": "My WebDAV", "url": "https://cloud.example.com/dav/", "username": "user", "password": "pass", "base_path": "/backups" }

Connection Test

Always test your connection after setting up a cloud backend to catch misconfigurations early.

POST /api/v1/cloud/test