1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-05 15:02:56 +00:00
restic/internal/fs
Michael Eischer c01b655229 backup: fix reading xattrs on Windows for root disks as regular user
Unprivileged users cannot open the root disks with write permissions for
xattrs. Thus, only request read permissions for reading the xattrs.
2024-06-26 20:13:50 +02:00
..
const.go
const_unix.go
const_windows.go
deviceid_unix.go
deviceid_windows.go
doc.go
ea_windows.go
ea_windows_test.go
file.go
file_unix.go
file_windows.go backup: fix reading xattrs on Windows for root disks as regular user 2024-06-26 20:13:50 +02:00
file_windows_test.go
fs_local.go
fs_local_vss.go
fs_local_vss_test.go
fs_reader.go
fs_reader_command.go
fs_reader_command_test.go
fs_reader_test.go
fs_track.go
helpers.go
interface.go
path_prefix.go
path_prefix_test.go
preallocate_darwin.go
preallocate_linux.go
preallocate_other.go
preallocate_test.go
sd_windows.go
sd_windows_test.go
sd_windows_test_helpers.go
setflags_linux.go
setflags_linux_test.go
setflags_other.go
stat.go
stat_bsd.go
stat_test.go
stat_unix.go
stat_windows.go
vss.go
vss_windows.go