aboutsummaryrefslogtreecommitdiff
path: root/weed/command/backup.go
AgeCommit message (Expand)AuthorFilesLines
2023-06-14avoid data race read volume.IsEmpty (#4574)柏杰1-1/+1
2022-11-14Lazy loading (#3958)Guo Lei1-2/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-7/+7
2022-05-13backup do not need to use preallocationchrislu1-1/+1
2021-10-24volume vacuum: avoid timeout with streaming progress reportChris Lu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-2/+3
2021-08-12move some volume lookup operations to grpcChris Lu1-1/+1
2021-02-17go fmtChris Lu1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+1
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-2/+2
2020-07-16resolve directories if containing home directoryChris Lu1-2/+2
2020-03-11volume: follow compactionBytePerSecondChris Lu1-1/+1
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 muc...Tom Maxwell1-2/+2
2019-09-03Rename mem_map to mMap, remove some in_memory variables being passed around, ...j.laycock1-1/+1
2019-09-03Changes to try and pass the URL parameters through - in memory flag not worki...Tom Maxwell1-3/+3
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