1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 08:16:36 +00:00
restic/internal/fs
2024-08-31 17:37:25 +02:00
..
const.go
const_unix.go
const_windows.go
deviceid_unix.go
deviceid_windows.go
doc.go
ea_windows.go Fix extended attributes handling for VSS snapshots 2024-08-11 01:23:47 -06:00
ea_windows_test.go restic: prepare extraction of fs code from Node 2024-08-31 17:37:25 +02:00
file.go fs: clean up helper functions 2024-08-31 17:37:25 +02:00
file_unix.go Fix typos 2024-07-03 20:02:06 +02:00
file_windows.go fs: fix long path handling for ResetPermissions, ClearAttributes and security descriptors 2024-07-29 20:10:58 +02:00
file_windows_test.go
fs_local.go
fs_local_vss.go Fix typos 2024-07-03 20:02:06 +02:00
fs_local_vss_test.go Rearange code 2024-04-29 01:27:34 +03:00
fs_reader.go Replace lots of unused parameters with _ 2023-05-18 21:17:53 +02:00
fs_reader_command.go fix panic in fs_reader 2024-08-03 19:08:04 +00:00
fs_reader_command_test.go fix panic in fs_reader 2024-08-03 19:08:04 +00:00
fs_reader_test.go all: Replace some errors.Wrap calls by errors.WithStack 2022-12-17 09:41:07 +01:00
fs_track.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
interface.go
mknod_unix.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_aix.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_darwin.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_freebsd.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_linux.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_netbsd.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_openbsd.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_solaris.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_unix.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_unix_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_windows.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_windows_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_xattr.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_xattr_all_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_xattr_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
path_prefix.go
path_prefix_test.go
preallocate_darwin.go Move PreallocateFile to fs package 2023-06-09 11:49:06 +03:00
preallocate_linux.go Move PreallocateFile to fs package 2023-06-09 11:49:06 +03:00
preallocate_other.go Move PreallocateFile to fs package 2023-06-09 11:49:06 +03:00
preallocate_test.go Move PreallocateFile to fs package 2023-06-09 11:49:06 +03:00
sd_windows.go fs: fix error handling for retried get/set of security descriptor 2024-08-26 19:36:43 +02:00
sd_windows_test.go Fix review comments 2024-04-29 16:21:38 -06:00
sd_windows_test_helpers.go Fix review comments 2024-04-29 16:21:38 -06:00
setflags_linux.go
setflags_linux_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
setflags_other.go
stat.go
stat_bsd.go fs: Remove explicit type check in extendedStat 2022-11-27 19:58:06 +01:00
stat_test.go use consistent alias for interal/test package 2024-03-29 00:24:03 +01:00
stat_unix.go fs: Remove explicit type check in extendedStat 2022-11-27 19:58:06 +01:00
stat_windows.go
vss.go Fix texts and comments 2024-04-29 01:18:46 +03:00
vss_windows.go Rearange code 2024-04-29 01:27:34 +03:00