From bb0cb25611a30175b2a99a50681a81537a870c11 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 3 Mar 2021 22:10:10 -0800 Subject: [PATCH] Updated Async Filer Metadata Backup (markdown) --- Async-Filer-Metadata-Backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Async-Filer-Metadata-Backup.md b/Async-Filer-Metadata-Backup.md index e6d1c8e..b8e5916 100644 --- a/Async-Filer-Metadata-Backup.md +++ b/Async-Filer-Metadata-Backup.md @@ -24,4 +24,4 @@ Just need to configure the remote store the same way as `filer.toml`. `weed filer.meta.backup` can be stopped and resumed. The metadata backup progress is tracked in the remote store itself. So you can pause/resume any time, and even resume from a separate machine. -It is worth noting that the remote store can be different from the source filer store. E.g., you can use cheaper on disk LevelDB as a remote store to backup Redis. +It is worth noting that the remote store can be different from the source filer store. E.g., you can use a cheaper on disk LevelDB as a remote store to backup Redis.