mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Async Backup (markdown)
parent
022f53d8ce
commit
3ec52005ec
|
@ -10,15 +10,15 @@ Of course, you can also backup to local disks on another machine.
|
|||
# Architecture
|
||||
|
||||
```
|
||||
Filer --> Metadata Change Logs --> `weed filer.backup` --> AWS S3
|
||||
Metadata Change Logs -> Filer --> `weed filer.backup` --> AWS S3
|
||||
|
|
||||
+-----> GCP
|
||||
+-----------> GCP
|
||||
|
|
||||
+-----> Azure
|
||||
+-----------> Azure
|
||||
|
|
||||
+-----> Backblaze B2
|
||||
+-----------> Backblaze B2
|
||||
|
|
||||
+-----> Local Disk
|
||||
+-----------> Local Disk
|
||||
```
|
||||
|
||||
All file meta data changes in Filer are saved in the logs and can be subscribed. See [[Filer Change Data Capture]].
|
||||
|
|
Loading…
Reference in a new issue