replication to create time date directory

This commit is contained in:
Konstantin Lebedev
2021-01-27 15:01:33 +05:00
parent f20ec82a28
commit 6b54ff9912
6 changed files with 45 additions and 18 deletions

View File

@@ -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"