diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-03-03 02:02:29 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-03-03 02:02:29 -0800 |
| commit | c0842fe99f9ae8fcb672411c87aa233fc321c16b (patch) | |
| tree | e13470dee1c0093c0094375b0a6ce519eb4d4d37 /weed/command/command.go | |
| parent | 0c5c51eb983781b441cc8acfac3ce2e437591e98 (diff) | |
| download | seaweedfs-c0842fe99f9ae8fcb672411c87aa233fc321c16b.tar.xz seaweedfs-c0842fe99f9ae8fcb672411c87aa233fc321c16b.zip | |
add filer.meta.backup command
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 1 |
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, |
