Updated Async Filer Metadata Backup (markdown)

Chris Lu 2021-03-25 10:56:29 -07:00
parent 4030e19d98
commit 56a0ef4195

@ -16,9 +16,9 @@ See https://github.com/chrislusf/seaweedfs/wiki/Filer-Store-Replication#file-sto
We can also continuously backup filer metadata to a remote store, without running a filer instance.
```
Metadata Changes
Filer --------------------> `weed filer.meta.backup` ----> Remote Store(LevelDB/RocksDB/
Mysql/Postgres/
Redis/Cassanra/...)
Filer --------------------> `weed filer.meta.backup` ---> Remote Store(LevelDB/RocksDB/
Mysql/Postgres/
Redis/Cassanra/...)
```
Just need to configure the remote store the same way as `filer.toml`.