aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-01-28 02:03:33 -0800
committerGitHub <noreply@github.com>2021-01-28 02:03:33 -0800
commit822f1ade9d3f613e4f400ed0945f52b3bbba3780 (patch)
treeecd6b802f0458909814d25340829b56e65d5a325 /weed/command/scaffold.go
parent5f72c388bcbd38477262ffc754b48485fdd087d0 (diff)
parentbe1062b7fcabf793ea3cbfd5a67b81c07610ce83 (diff)
downloadseaweedfs-822f1ade9d3f613e4f400ed0945f52b3bbba3780.tar.xz
seaweedfs-822f1ade9d3f613e4f400ed0945f52b3bbba3780.zip
Merge pull request #1762 from kmlebedev/backupsink
replication to create time date directory
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 1705c6ae4..a95c41054 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -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.local_incremental]
+enabled = false
+# all replicated files are under modification time date directory tree
+directory = "/backup"
+
[sink.filer]
enabled = false
grpcAddress = "localhost:18888"