aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/replicator.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-1/+1
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2022-07-27exclude directories to sync on filerKonstantin Lebedev1-4/+13
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-1/+1
2021-02-28data sink: add incremental modeChris Lu1-1/+1
2021-01-28replicate: incremental sink only contains new and updated filesChris Lu1-4/+4
2021-01-28replicate: use creation time for local incremental file sinkChris Lu1-4/+4
2021-01-28rename backup to local_incremental and use mtimeKonstantin Lebedev1-5/+5
2021-01-27replication to create time date directoryKonstantin Lebedev1-1/+12
2020-09-12go fmtChris Lu1-1/+0
2020-09-09filer: cross cluster synchronizationChris Lu1-5/+22
2020-07-01replication: pass isFromOtherCluster also to EventNotificationChris Lu1-0/+3
2020-04-05refactoringChris Lu1-2/+1
2020-02-25avoid reusing context objectChris Lu1-5/+5
2020-01-29support env variables to overwrite toml fileChris Lu1-2/+2
2019-04-16replicate need to include new entry pathChris Lu1-1/+7
2019-03-15add context.ContextChris Lu1-5/+6
2019-03-04file path supports windows, avoiding back slashesChris Lu1-1/+1
2018-11-04working b2 sinkChris Lu1-1/+3
2018-10-11go fmtChris Lu1-2/+2
2018-10-06add loggingChris Lu1-0/+1
2018-10-06add loggingChris Lu1-0/+4
2018-10-03add s3 replication sinkChris Lu1-18/+11
2018-09-25replication handle cases when entry already existsChris Lu1-1/+15
2018-09-23join via filepathChris Lu1-1/+2
2018-09-23refactoringChris Lu1-10/+2
2018-09-22adjust sink optionsChris Lu1-1/+1
2018-09-21go fmtChris Lu1-4/+5
2018-09-21able to sync the changesChris Lu1-0/+2
2018-09-17adjust replicated entry nameChris Lu1-7/+27
2018-09-17add WIP filer.replicateChris Lu1-0/+31