MokoSuiteBackup can upload backup archives to remote storage after creation. Configured per-profile in the Remote Storage tab.
| Option | Description |
|---|---|
| None (local only) | Keep backups on the local server |
| FTP / FTPS | Upload to an FTP server |
| Google Drive | Upload to Google Drive |
| Amazon S3 / S3-Compatible | Upload to S3, Wasabi, Backblaze B2, MinIO |
Keep Local Copy toggle:
| Field | Description |
|---|---|
| FTP Host | Server hostname or IP |
| FTP Port | Default: 21 |
| FTP Username | Login username |
| FTP Password | Login password |
| Remote Path | Directory on FTP server |
| Passive Mode | Recommended for firewalls |
| Use FTPS (SSL) | FTP over SSL/TLS |
Features: recursive directory creation, post-upload size verification, passive mode, FTPS support.
| Field | Description |
|---|---|
| Google Client ID | OAuth 2.0 Client ID |
| Google Client Secret | OAuth 2.0 Client Secret |
| Refresh Token | Offline refresh token |
| Drive Folder ID | Target folder ID from URL |
Features: OAuth2 with refresh token, resumable upload with 5 MB chunks, no SDK dependency.
| Field | Description |
|---|---|
| S3 Endpoint | Blank for AWS; custom URL for Wasabi/MinIO/B2 |
| Region | e.g. us-east-1 |
| Access Key | IAM access key |
| Secret Key | IAM secret key |
| Bucket | S3 bucket name |
| Path Prefix | e.g. /backups/mysite |
Features: AWS Signature V4, single PUT for files <= 100 MB, multipart upload (10 MB parts) for larger files, automatic abort on failure.
https://s3.wasabisys.comhttps://s3.us-west-001.backblazeb2.comPrinted from wiki · Remote Storage