mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Async Filer Metadata Backup (markdown)
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.
|
We can also continuously backup filer metadata to a remote store, without running a filer instance.
|
||||||
```
|
```
|
||||||
Metadata Changes
|
Metadata Changes
|
||||||
Filer --------------------> `weed filer.meta.backup` ----> Remote Store(LevelDB/RocksDB/
|
Filer --------------------> `weed filer.meta.backup` ---> Remote Store(LevelDB/RocksDB/
|
||||||
Mysql/Postgres/
|
Mysql/Postgres/
|
||||||
Redis/Cassanra/...)
|
Redis/Cassanra/...)
|
||||||
```
|
```
|
||||||
Just need to configure the remote store the same way as `filer.toml`.
|
Just need to configure the remote store the same way as `filer.toml`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue