aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_backup.go
AgeCommit message (Expand)AuthorFilesLines
2023-03-21refactoringchrislu1-1/+14
2022-11-04[filer.backup] add retention_duration (#3941)zemul1-0/+15
2022-08-07refactor and fix strings.Splitchrislu1-2/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-07-27exclude directories to sync on filerKonstantin Lebedev1-2/+10
2022-07-23metadata subscription uses client epochchrislu1-3/+5
2022-06-02fix filer.sync missing source srv uploaded files to target when target downcreeew1-1/+1
2022-05-30subscribe metadata between a rangechrislu1-2/+1
2021-12-30add client id for all metadata listening clientschrislu1-3/+5
2021-09-12change server address from string to a typeChris Lu1-2/+2
2021-08-31line wrapChris Lu1-1/+2
2021-08-31add additionalPathPrefixesChris Lu1-2/+1
2021-08-08go fmtChris Lu1-2/+2
2021-08-04refactor client subscribe metadataChris Lu1-45/+6
2021-08-03add TLS grpc support for filer meta clientsChris Lu1-2/+2
2021-02-28go fmtChris Lu1-1/+0
2021-02-28filer.backup: added to replace filer.replicateChris Lu1-0/+158