aboutsummaryrefslogtreecommitdiff
path: root/go/operation/sync_volume.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-54/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-04-10Revert "Merge pull request #284 from thinxer/binary"chrislusf1-4/+3
This reverts commit 3523ad523929870aa8d4a7741ee8e152cfd40489, reversing changes made to 5d100994b1b9c6679113c8dd73f97aff85397f02.
2016-04-09replace util/bytes.go with binary.BigEndianJianfei Wang1-3/+4
2016-04-08Revert "Merge pull request #281 from thinxer/binary"chrislusf1-4/+3
This reverts commit a87fe8ffcec7a5210bf97301e2951eea51a0a0ec, reversing changes made to 6876bfa68524d4fc0a961f89dc29e53fbc654ea5.
2016-04-06replace util/bytes.go with binary.BigEndianJianfei Wang1-3/+4
2015-05-26Add "weed backup" command.chrislusf1-0/+54
This is a pre-cursor for asynchronous replication.