diff options
| author | chrislusf <chris.lu@gmail.com> | 2015-05-26 00:58:41 -0700 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2015-05-26 00:58:41 -0700 |
| commit | 86cd40fba87f7e69c10d1e66e967f6e5e40605b6 (patch) | |
| tree | 0bec704ff7aa8c0dd89c2f4852844a230e46c821 /go/weed/compact.go | |
| parent | 7272af8ec45426151593fcd7d1a4d5a8092d5de6 (diff) | |
| download | seaweedfs-86cd40fba87f7e69c10d1e66e967f6e5e40605b6.tar.xz seaweedfs-86cd40fba87f7e69c10d1e66e967f6e5e40605b6.zip | |
Add "weed backup" command.
This is a pre-cursor for asynchronous replication.
Diffstat (limited to 'go/weed/compact.go')
| -rw-r--r-- | go/weed/compact.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/go/weed/compact.go b/go/weed/compact.go index a599f5d64..673b96901 100644 --- a/go/weed/compact.go +++ b/go/weed/compact.go @@ -7,7 +7,6 @@ import ( func init() { cmdCompact.Run = runCompact // break init cycle - cmdCompact.IsDebug = cmdCompact.Flag.Bool("debug", false, "enable debug mode") } var cmdCompact = &Command{ |
