add "weed copy" command to copy files to filer

This commit is contained in:
Chris Lu
2016-07-20 23:45:55 -07:00
parent 40ba6d2a6f
commit cdae9fc680
8 changed files with 217 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ var Commands = []*Command{
cmdBenchmark,
cmdBackup,
cmdCompact,
cmdCopy,
cmdFix,
cmdServer,
cmdMaster,