mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 16:53:14 +08:00
filer.backup and filer.sync: include headers during backup and sync
fix https://github.com/seaweedfs/seaweedfs/issues/3532
This commit is contained in:
@@ -133,6 +133,7 @@ func (fs *FilerSink) CreateEntry(key string, entry *filer_pb.Entry, signatures [
|
||||
Name: name,
|
||||
IsDirectory: entry.IsDirectory,
|
||||
Attributes: entry.Attributes,
|
||||
Extended: entry.Extended,
|
||||
Chunks: replicatedChunks,
|
||||
Content: entry.Content,
|
||||
RemoteEntry: entry.RemoteEntry,
|
||||
|
||||
Reference in New Issue
Block a user