Updated Async Replication to another Filer (markdown)

Chris Lu 2018-11-04 13:01:15 -08:00
parent 20ec8daa0d
commit 936f50039a

@ -54,3 +54,9 @@ Please read the source.filer and sink.filer configurations carefully and make su
* Start the Kafka.
* Start the replication. "`weed filer.replicate`"
* Start the filer. "`weed filer`"
# Replicate existing files
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.