vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.78k stars 1.41k forks source link

fs uploader supports Windows specific file system attributes #8423

Open Lyndon-Li opened 4 days ago

Lyndon-Li commented 4 days ago

For the first Windows support delivery in 1.16, Windows specific file system attributes, i.e., Security Descriptor, system/hidden/read-only flags, creation time, NTFS streams, are not supported. In another word, these attributes will be missed after restore.

We need to add Windows specific code to support these attributes.

Links to #8289

Lyndon-Li commented 4 days ago

This will not be included in 1.16, please vote if you are requiring this.