aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_copy.go
AgeCommit message (Expand)AuthorFilesLines
2022-01-11filer.copy: don't crash when volume creation failsKyle Sanderson1-1/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-7/+7
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-6/+4
2021-10-01typoChris Lu1-1/+1
2021-10-01retry both assign volume and uploading dataChris Lu1-28/+34
2021-09-12change server address from string to a typeChris Lu1-42/+25
2021-09-07handle ipv6 addressesChris Lu1-1/+1
2021-09-06refactoringChris Lu1-5/+30
2021-08-18filer.copy: large files pack file ids into chunksChris Lu1-1/+58
2021-07-23filer.copy: fail early if assign request failedChris Lu1-0/+3
2021-07-23weed -h subcommand list is not sorted, makes discovery difficultChris Lu1-14/+14
2021-06-13filer.copy: zero fileSize for directoriesChris Lu1-1/+5
2021-05-12filer.copy: "check.size" before copying filesChris Lu1-5/+57
2021-05-07add retry to assign volumeChris Lu1-36/+40
2021-05-07remove duplicated codeChris Lu1-3/+0
2021-05-06go fmtChris Lu1-1/+1
2021-04-21filer.copy copy empty foldersChris Lu1-17/+19
2021-04-01smaller file chunks are fasterChris Lu1-1/+1
2021-02-22disk type support custom tagsChris Lu1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-1/+3
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-1/+1
2021-02-13adjust help messageChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-1/+1
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu1-1/+1
2020-12-16go fmtChris Lu1-3/+3
2020-12-16Merge branch 'master' into support_ssd_volumeChris Lu1-2/+2
2020-12-14show error a little bit more obviouslyChris Lu1-2/+2
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-4/+4
2020-12-13adding volume typeChris Lu1-0/+4
2020-11-11avoid unnecessary error messageChris Lu1-1/+1
2020-10-31go fmtChris Lu1-1/+1
2020-10-30clean upChris Lu1-1/+1
2020-10-30Update filer_copy.goKenny1-1/+1
2020-10-25passing full path when assign volume locationsChris Lu1-2/+2
2020-10-25renamingChris Lu1-2/+2
2020-10-25minorChris Lu1-1/+1
2020-10-25filer.copy: automatically use the right bucketChris Lu1-2/+15
2020-09-09filer: cross cluster synchronizationChris Lu1-1/+1
2020-05-10go fmtChris Lu1-1/+1
2020-04-30refactoringChris Lu1-19/+5
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-1/+2
2020-04-21report error if copying failedChris Lu1-1/+1
2020-03-28refactoringChris Lu1-1/+1
2020-03-18use public url also for deletionsChris Lu1-1/+1
2020-03-09filer: support TTL for all filer storesChris Lu1-4/+13
2020-03-08filer: remember content is gzipped or notChris Lu1-4/+8
2020-03-07pass in filer.copy cipher optionChris Lu1-1/+1
2020-03-07mimee type default "application/octet-stream" to empty stringChris Lu1-1/+4
2020-03-06filer: option to encrypt data on volume serverChris Lu1-17/+19