mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Async Replication to Cloud (markdown)
parent
6ad061c73e
commit
0a7edf8688
|
@ -5,7 +5,7 @@ So you have the benefit of:
|
|||
* Extremely fast access to local SeaweedFS Filer
|
||||
* Near-Real-Time Backup to Amazon S3 with zero-cost upload network traffic.
|
||||
|
||||
# Architecture (Depreated by https://github.com/chrislusf/seaweedfs/wiki/Async-Backup)
|
||||
# Architecture (Deprecated by [[Async-Backup]])
|
||||
|
||||
Every file changes in Filer will trigger a notification sent to a message queue.
|
||||
A "weed replicate" process will read from the message queue, read the actual file content, and send the update to the cloud sink.
|
||||
|
|
Loading…
Reference in a new issue