1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 20:46:57 +00:00
restic/internal/fs
Aneesh Nireshwalia 0962917974
Support windows metadata using generic attribs
Add new generic_attributes attribute in Node.
Use the generic attributes to add support for creation time and file attributes like hidden, readonly, encrypted in windows. Handle permission errors for readonly files in windows.
Handle backup and restore of encrypted attributes using windows system calls.
2024-02-22 17:31:20 -07:00
..
const.go
const_unix.go
const_windows.go
deviceid_unix.go
deviceid_windows.go
doc.go
file.go Support windows metadata using generic attribs 2024-02-22 17:31:20 -07:00
file_unix.go
file_windows.go Support windows metadata using generic attribs 2024-02-22 17:31:20 -07:00
file_windows_test.go
fs_local.go
fs_local_vss.go
fs_reader.go
fs_reader_command.go backup: rework error reporting for subcommand 2023-10-27 23:58:52 +02:00
fs_reader_command_test.go fs: add tests for CommandReader 2023-10-27 23:58:52 +02:00
fs_reader_test.go
fs_track.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
helpers.go
interface.go
path_prefix.go
path_prefix_test.go
preallocate_darwin.go
preallocate_linux.go
preallocate_other.go
preallocate_test.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 Fix typos 2023-12-06 13:11:55 +01:00