diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-09-10 15:42:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-10 15:42:31 -0700 |
| commit | 575250438de440f5cf20ed505cc0a6cb796a20a3 (patch) | |
| tree | 628988ca69c5b8ab59366d6eda91dee7abb41d90 | |
| parent | b4f03a0d979a5eeba678e79360dd0aa5f0534cf6 (diff) | |
| download | seaweedfs-575250438de440f5cf20ed505cc0a6cb796a20a3.tar.xz seaweedfs-575250438de440f5cf20ed505cc0a6cb796a20a3.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a * [Active-Active Replication][ActiveActiveAsyncReplication] enables asynchronous one-way or two-way cross data center replication. * [Amazon S3 compatible API][AmazonS3API] accesses files with S3 tooling. * [Hadoop Compatible File System][Hadoop] accesses files from Hadoop/Spark/Flink/etc or even runs HBase. -* [Async Backup To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze. +* [Async Replication To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze. * [WebDAV] accesses as a mapped drive on Mac and Windows, or from mobile devices. * [AES256-GCM Encrypted Storage][FilerDataEncryption] safely stores the encrypted data. * [File TTL][FilerTTL] automatically purges file metadata and actual file data. @@ -128,7 +128,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a [SuperLargeFiles]: https://github.com/chrislusf/seaweedfs/wiki/Data-Structure-for-Large-Files [Mount]: https://github.com/chrislusf/seaweedfs/wiki/FUSE-Mount [AmazonS3API]: https://github.com/chrislusf/seaweedfs/wiki/Amazon-S3-API -[BackupToCloud]: https://github.com/chrislusf/seaweedfs/wiki/Backup-to-Cloud +[BackupToCloud]: https://github.com/chrislusf/seaweedfs/wiki/Async-Replication-to-Cloud [Hadoop]: https://github.com/chrislusf/seaweedfs/wiki/Hadoop-Compatible-File-System [WebDAV]: https://github.com/chrislusf/seaweedfs/wiki/WebDAV [ErasureCoding]: https://github.com/chrislusf/seaweedfs/wiki/Erasure-coding-for-warm-storage |
