index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
command
/
filer_sync.go
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
minor
chrislu
1
-3
/
+3
2024-07-16
Added loadSecurityConfigOnce (#5792)
vadimartynov
1
-1
/
+1
2024-07-12
ensure metadata follow a specific folder
chrislu
1
-1
/
+6
2024-03-20
fix: sync without dir /buckets/some/.uploads/hash_hash (#5402)
Konstantin Lebedev
1
-1
/
+1
2024-01-18
fix
chrislu
1
-1
/
+0
2024-01-18
refactor
chrislu
1
-1
/
+3
2024-01-18
fix: skip s3 .uploads
XIAOYQ
1
-1
/
+4
2024-01-12
fix: doDeleteFiles deletes files (#5198)
Konstantin Lebedev
1
-1
/
+1
2024-01-12
Fix filer sync set offset (#5197)
Konstantin Lebedev
1
-10
/
+12
2024-01-06
chore: filer sync add doDeleteFiles option for create only mode (#5166)
Konstantin Lebedev
1
-2
/
+8
2023-11-17
fix: add doDeleteFile option for filer backup
Konstantin Lebedev
1
-8
/
+11
2023-11-13
filer backup add option for exclude file names that match the regexp to sync ...
Konstantin Lebedev
1
-2
/
+6
2023-03-21
refactoring
chrislu
1
-2
/
+14
2023-01-20
grpc connection to filer add sw-client-id header
chrislu
1
-2
/
+2
2022-12-17
more detailed logs
chrislu
1
-3
/
+15
2022-11-24
[metrics] Add the ability to control bind ip (#4012)
Jiffs Maverick
1
-1
/
+3
2022-09-14
go fmt
chrislu
1
-1
/
+1
2022-09-14
refactor: `DefaultConcurrencyLimit` var rename (#3658)
Ryan Russell
1
-4
/
+4
2022-09-02
new 'concurrency' parameter for filer.sync (#3579)
bernardx
1
-6
/
+16
2022-08-15
fix(filer.sync): offset may be set to 0 (#3451)
qzh
1
-0
/
+3
2022-08-15
fix(filer.sync): initializing the offset is related to the path (#3450)
qzh
1
-4
/
+4
2022-08-07
refactor and fix strings.Split
chrislu
1
-2
/
+2
2022-08-07
filer.sync: parallelize the filer.sync
chrislu
1
-4
/
+9
2022-08-07
filer.sync: fix when excluded paths is empty
chrislu
1
-2
/
+2
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-11
/
+11
2022-07-27
exclude directories to sync on filer
Konstantin Lebedev
1
-10
/
+48
2022-07-23
metadata subscription uses client epoch
chrislu
1
-4
/
+7
2022-06-27
fix reading time
chrislu
1
-2
/
+2
2022-06-15
fix(filer.sync): modify clientName format : from -> to
zhihao.qu
1
-1
/
+1
2022-06-15
feat(filer.sync): add metricsServer in filer.sync.
zhihao.qu
1
-1
/
+10
2022-06-14
feat(filer.sync): add offset to path.
zhihao.qu
1
-2
/
+12
2022-06-09
feat(filer.sync): add fromTsMs. Extract signature from doSubscribeFilerMetaCh...
zhihao.qu
1
-13
/
+53
2022-06-02
fix filer.sync missing source srv uploaded files to target when target down
creeew
1
-1
/
+1
2022-05-30
subscribe metadata between a range
chrislu
1
-1
/
+1
2022-04-14
Fix filer.backup deletes files in backup folder in incremental mode
chrislu
1
-1
/
+4
2022-02-25
refactoring
chrislu
1
-3
/
+3
2022-01-10
fix logging
chrislu
1
-1
/
+4
2021-12-30
add client id for all metadata listening clients
chrislu
1
-4
/
+6
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-2
/
+2
2021-09-12
change server address from string to a type
Chris Lu
1
-8
/
+10
2021-08-31
line wrap
Chris Lu
1
-1
/
+2
2021-08-31
add additionalPathPrefixes
Chris Lu
1
-2
/
+1
2021-08-08
go fmt
Chris Lu
1
-2
/
+2
2021-08-08
adjust help message
Chris Lu
1
-2
/
+2
2021-08-04
refactor client subscribe metadata
Chris Lu
1
-43
/
+6
2021-08-03
add TLS grpc support for filer meta clients
Chris Lu
1
-0
/
+1
2021-06-24
adjust logs
Chris Lu
1
-1
/
+1
2021-05-29
filer.backup: escape colon from path on windows
Chris Lu
1
-10
/
+13
2021-02-28
filer.backup: added to replace filer.replicate
Chris Lu
1
-87
/
+116
2021-02-22
disk type support custom tags
Chris Lu
1
-2
/
+2
[next]