aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_meta_backup.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/filer_meta_backup.go')
-rw-r--r--weed/command/filer_meta_backup.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/command/filer_meta_backup.go b/weed/command/filer_meta_backup.go
index 05ad5ec2f..e0f23ee27 100644
--- a/weed/command/filer_meta_backup.go
+++ b/weed/command/filer_meta_backup.go
@@ -234,3 +234,7 @@ func (metaBackup *FilerMetaBackupOptions) WithFilerClient(streamingMode bool, fn
func (metaBackup *FilerMetaBackupOptions) AdjustedUrl(location *filer_pb.Location) string {
return location.Url
}
+
+func (metaBackup *FilerMetaBackupOptions) GetDataCenter() string {
+ return ""
+}