aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2023-09-27fix: avoid error file name too long when writing a file (#4876)Konstantin Lebedev1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2021-08-08filer.remote.sync can work nowChris Lu1-6/+0
2021-02-28filer.backup: added to replace filer.replicateChris Lu1-12/+17
2021-01-28replicate: use creation time for local incremental file sinkChris Lu1-1/+0
2021-01-28rename backup to local_incremental and use mtimeKonstantin Lebedev1-1/+1
2021-01-27replication to create time date directoryKonstantin Lebedev1-0/+1
2021-01-26Merge pull request #1759 from kmlebedev/sink.localChris Lu1-0/+1
2021-01-26notification add ack and nackChris Lu1-1/+13
2021-01-26replication to local disk storageKonstantin Lebedev1-0/+1
2021-01-12avoid concurrent map updates to viperChris Lu1-2/+1
2020-04-17fix unreachable codeChris Lu1-1/+0
2020-01-29support env variables to overwrite toml fileChris Lu1-10/+7
2019-07-021.40Chris Lu1-1/+1
2019-06-30temp skipping azureChris Lu1-1/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-4/+4
2019-03-15add context.ContextChris Lu1-1/+2
2019-02-18adding grpc mutual tlsChris Lu1-0/+1
2019-02-09wip: add security.toml fileChris Lu1-1/+1
2018-12-06refactoringChris Lu1-10/+14
2018-12-06fail fast if two notification queues or inputs are enabledChris Lu1-0/+11
2018-11-04selectively export filesChris Lu1-1/+1
2018-11-04working b2 sinkChris Lu1-0/+2
2018-11-01go fmtChris Lu1-1/+1
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu1-2/+4
2018-10-31support AWS SQS as file change notification message queueChris Lu1-2/+7
2018-10-30add configuration instructionsChris Lu1-0/+5
2018-10-23adding BackBlaze, AzureChris Lu1-0/+2
2018-10-11go fmtChris Lu1-3/+3
2018-10-06add filer replication to aws s3Chris Lu1-1/+1
2018-10-06add loggingChris Lu1-1/+13
2018-10-03add s3 replication sinkChris Lu1-1/+16
2018-09-23refactoringChris Lu1-0/+13
2018-09-22go fmtChris Lu1-3/+3
2018-09-22delay file creation without chunks from dir.Create to file.FlushChris Lu1-1/+7
2018-09-21go fmtChris Lu1-1/+1
2018-09-19add logging on kafka readingChris Lu1-0/+1
2018-09-17fix compilationChris Lu1-2/+2
2018-09-17adjust replicated entry nameChris Lu1-1/+1
2018-09-17add WIP filer.replicateChris Lu1-0/+61