diff options
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/replication.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/replication.toml b/docker/replication.toml index 2cee755a5..75e34a899 100644 --- a/docker/replication.toml +++ b/docker/replication.toml @@ -6,7 +6,6 @@ grpcAddress = "filer:18888" # i.e., all files with this "prefix" are sent to notification message queue. directory = "/buckets" -[sink.local] +[sink.backup] enabled = true -directory = "/data" -todays_date_format = "2006-02-01"
\ No newline at end of file +directory = "/data"
\ No newline at end of file |
