aboutsummaryrefslogtreecommitdiff
path: root/weed/command/backup.go
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29support env variables to overwrite toml fileChris Lu1-3/+1
2019-12-24compaction changed to .idx based deletionChris Lu1-1/+1
2019-12-23shell: add ec.decode commandChris Lu1-4/+6
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu1-1/+1
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-5/+5
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how ↵Tom Maxwell1-2/+2
much space to reserve
2019-09-03Rename mem_map to mMap, remove some in_memory variables being passed around, ↵j.laycock1-1/+1
added MemoryMapped member to volume struct
2019-09-03Changes to try and pass the URL parameters through - in memory flag not ↵Tom Maxwell1-3/+3
working still
2019-09-02Swap imports to use joeslayj.laycock1-5/+5
2019-08-16weed backup: add ttl and replication parameterxushuxun1-13/+41
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-05-03volume: add option to limit compaction speedChris Lu1-1/+1
2019-04-19volume: atomic copying file, adds version and stopOffsetChris Lu1-2/+2
2019-04-19fix needle map entry sizeChris Lu1-1/+3
2019-04-18refactoringChris Lu1-2/+4
2019-04-17refactoringChris Lu1-1/+1
2019-04-11typo: remove blankWine931-4/+4
2019-03-25refactoring, go fmtChris Lu1-1/+1
2019-03-25WIPChris Lu1-1/+26
2019-02-18adding grpc mutual tlsChris Lu1-2/+9
2019-02-06fixing of typosSergey1-1/+1
2019-01-17go fmt and fix some typobingoohuang1-1/+1
2018-10-15migrate volume sync status to grpc API on volume serverChris Lu1-1/+1
2017-01-08support Fallocate on linuxChris Lu1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+90
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.