mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Async Replication to another Filer (markdown)
parent
936f50039a
commit
ad1f9aff41
|
@ -59,4 +59,4 @@ Please read the source.filer and sink.filer configurations carefully and make su
|
|||
|
||||
The `weed filer.replicate` only replicates files that have been updated. If there are already a lot of files, very likely you would need to copy them too.
|
||||
|
||||
To do this, use `weed filer.export -targetStore=notification`, which will iterate all files and generate one "file creation" event to the message queue. Thus, all files will be replicated.
|
||||
To do this, use `weed filer.export -targetStore=notification`, which will iterate all files and generate one "file creation" event for each file to the message queue. Thus, all files will be replicated.
|
Loading…
Reference in a new issue