aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-03-03 02:02:29 -0800
committerChris Lu <chris.lu@gmail.com>2021-03-03 02:02:29 -0800
commitc0842fe99f9ae8fcb672411c87aa233fc321c16b (patch)
treee13470dee1c0093c0094375b0a6ce519eb4d4d37 /weed/command/command.go
parent0c5c51eb983781b441cc8acfac3ce2e437591e98 (diff)
downloadseaweedfs-c0842fe99f9ae8fcb672411c87aa233fc321c16b.tar.xz
seaweedfs-c0842fe99f9ae8fcb672411c87aa233fc321c16b.zip
add filer.meta.backup command
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 5506e6969..a9063eaa0 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -17,6 +17,7 @@ var Commands = []*Command{
cmdFiler,
cmdFilerBackup,
cmdFilerCat,
+ cmdFilerMetaBackup,
cmdFilerMetaTail,
cmdFilerReplicate,
cmdFilerSynchronize,