1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-22 15:57:07 +00:00
restic/internal/fs
Michael Eischer 80ed863aab repository: remove redundant cleanup code
The temp files used by the packer manager are either delete after
creation (unix) or marked as delete on close (windows). Thus, no
explicit cleanup is necessary.
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
ea_windows_test.go
file.go repository: remove redundant cleanup code 2024-08-31 17:37:25 +02:00
file_unix.go
file_windows.go
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
interface.go
mknod_unix.go
node.go
node_aix.go
node_darwin.go
node_freebsd.go
node_linux.go
node_netbsd.go
node_openbsd.go
node_solaris.go
node_test.go
node_unix.go
node_unix_test.go
node_windows.go
node_windows_test.go
node_xattr.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_xattr_all_test.go
node_xattr_test.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