mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 14:25:22 +00:00
dae5230aae
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
update file permissions on JSON manifests in the backup archive
|
|
||||||
@@ -264,7 +264,7 @@ func (ib *itemBackupper) backupItem(logger logrus.FieldLogger, obj runtime.Unstr
|
|||||||
Name: filePath,
|
Name: filePath,
|
||||||
Size: int64(len(itemBytes)),
|
Size: int64(len(itemBytes)),
|
||||||
Typeflag: tar.TypeReg,
|
Typeflag: tar.TypeReg,
|
||||||
Mode: 0644,
|
Mode: 0755,
|
||||||
ModTime: time.Now(),
|
ModTime: time.Now(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user