From 3ec52005ecc38ded2d20b7d7f9b1fbd85af8b6a0 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 1 Mar 2021 21:55:59 -0800 Subject: [PATCH] Updated Async Backup (markdown) --- Async-Backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Async-Backup.md b/Async-Backup.md index 21e7e16..573410d 100644 --- a/Async-Backup.md +++ b/Async-Backup.md @@ -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]].