mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 19:50:36 +08:00
replication to create time date directory
This commit is contained in:
@@ -353,9 +353,14 @@ directory = "/buckets"
|
||||
|
||||
[sink.local]
|
||||
enabled = false
|
||||
directory = "/backup"
|
||||
directory = "/data"
|
||||
todays_date_format = "" # set this to 2006-02-01 for incremental backup
|
||||
|
||||
[sink.backup]
|
||||
enabled = false
|
||||
# all replicated files are under create time date directory tree
|
||||
directory = "/backup"
|
||||
|
||||
[sink.filer]
|
||||
enabled = false
|
||||
grpcAddress = "localhost:18888"
|
||||
|
Reference in New Issue
Block a user