From e52c94640e9898be5308a77867ecea5ef1567c5b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 28 Feb 2021 16:22:27 -0800 Subject: filer.backup: added to replace filer.replicate --- weed/command/command.go | 1 + 1 file changed, 1 insertion(+) (limited to 'weed/command/command.go') diff --git a/weed/command/command.go b/weed/command/command.go index bbc2e0423..5506e6969 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -15,6 +15,7 @@ var Commands = []*Command{ cmdDownload, cmdExport, cmdFiler, + cmdFilerBackup, cmdFilerCat, cmdFilerMetaTail, cmdFilerReplicate, -- cgit v1.2.3