Updated Async Backup (markdown)

Chris Lu 2021-03-01 21:55:59 -08:00
parent 022f53d8ce
commit 3ec52005ec

@ -10,15 +10,15 @@ Of course, you can also backup to local disks on another machine.
# Architecture # 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]]. All file meta data changes in Filer are saved in the logs and can be subscribed. See [[Filer Change Data Capture]].