mirror of
https://github.com/restic/restic.git
synced 2025-08-22 06:27:50 +00:00
Correct the bitmask for fileSupportsExtendedAttributes and add link
This commit is contained in:
@@ -61,7 +61,8 @@ var (
|
||||
|
||||
const (
|
||||
// fileSupportsExtendedAttributes is a bitmask that indicates whether the file system supports extended attributes.
|
||||
fileSupportsExtendedAttributes = 0x00000004
|
||||
// https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/ns-ntifs-_file_fs_attribute_information
|
||||
fileSupportsExtendedAttributes = 0x00800000
|
||||
)
|
||||
|
||||
// ExtendedAttribute represents a single Windows EA.
|
||||
|
Reference in New Issue
Block a user