Skip to content

Commit

Permalink
app/vmbackup: mention that backups are possible to Ceph and Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Dec 13, 2019
1 parent 7535f20 commit 02f6566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/vmbackup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Supported storage systems for backups:

* [GCS](https://cloud.google.com/storage/). Example: `gcs://<bucket>/<path/to/backup>`
* [S3](https://aws.amazon.com/s3/). Example: `s3://<bucket>/<path/to/backup>`
* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio). See `-customS3Endpoint` command-line flag.
* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio), [Ceph](https://docs.ceph.com/docs/mimic/radosgw/s3/) or [Swift](https://www.swiftstack.com/docs/admin/middleware/s3_middleware.html). See `-customS3Endpoint` command-line flag.
* Local filesystem. Example: `fs://</absolute/path/to/backup>`

Incremental backups and full backups are supported. Incremental backups are created automatically if the destination path already contains data from the previous backup.
Expand Down
2 changes: 1 addition & 1 deletion docs/vmbackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Supported storage systems for backups:

* [GCS](https://cloud.google.com/storage/). Example: `gcs://<bucket>/<path/to/backup>`
* [S3](https://aws.amazon.com/s3/). Example: `s3://<bucket>/<path/to/backup>`
* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio). See `-customS3Endpoint` command-line flag.
* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio), [Ceph](https://docs.ceph.com/docs/mimic/radosgw/s3/) or [Swift](https://www.swiftstack.com/docs/admin/middleware/s3_middleware.html). See `-customS3Endpoint` command-line flag.
* Local filesystem. Example: `fs://</absolute/path/to/backup>`

Incremental backups and full backups are supported. Incremental backups are created automatically if the destination path already contains data from the previous backup.
Expand Down

0 comments on commit 02f6566

Please sign in to comment.