aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sink/localsink
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Add context with request (#6824)Aleksey Kosov1-1/+2
2023-10-06Fix filer.backup local sink to propagate file mode changes (#4896)Andrew Garrett1-1/+13
2023-09-27fix: avoid error file name too long when writing a file (#4876)Konstantin Lebedev1-1/+1
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-09-14refactor: `Directory` readability (#3665)Ryan Russell1-1/+1
2022-08-19filer.backup: backup small files if the file is saved in filer (saveToFilerLi...chrislu1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu2-9/+9
2022-06-29use const multipart uploads folderKonstantin Lebedev1-1/+2
2021-05-26local sink: write and update filesChris Lu1-3/+14
2021-05-25filer.backup: backup to local directory optionally is incrementalChris Lu1-5/+8
2021-02-28local file sink: create backup files with permission 0755Chris Lu1-2/+2
2021-02-28data sink: add incremental modeChris Lu1-0/+4
2021-01-28replicate: use creation time for local incremental file sinkChris Lu1-0/+17
2021-01-27replication to create time date directoryKonstantin Lebedev1-13/+6
2021-01-27replication to todays date directoryKonstantin Lebedev1-5/+12
2021-01-26replication to local disk storageKonstantin Lebedev1-0/+101