1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-25 17:27:25 +00:00
restic/internal/fs
Michael Eischer 6b17a7110c backup: Set O_NOATIME in the right place
The archiver uses FS.OpenFile, where FS is an instance of the FS
interface. This is different from fs.OpenFile, which uses the OpenFile
method provided by the fs package.
2022-02-06 15:00:37 +01:00
..
const.go
const_unix.go
const_windows.go
deviceid_unix.go
deviceid_windows.go
doc.go
file.go backup: Set O_NOATIME in the right place 2022-02-06 15:00:37 +01:00
file_unix.go Remove OS-specific versions of fs.MkdirAll 2020-09-21 14:21:32 +02:00
file_windows.go Remove OS-specific versions of fs.MkdirAll 2020-09-21 14:21:32 +02:00
fs_local.go backup: Set O_NOATIME in the right place 2022-02-06 15:00:37 +01:00
fs_local_vss.go Add more error handling 2021-01-30 20:19:47 +01:00
fs_reader.go Remove stray Printf from internal/fs 2020-09-21 14:21:32 +02:00
fs_reader_test.go simplified string sorting by using a more suitable function 2019-06-30 23:20:32 +03:00
fs_track.go
helpers.go Simplify os.ModeType|os.ModeCharDevice => os.ModeType 2020-09-21 14:21:32 +02:00
interface.go Remove io.Writer from fs.File 2020-09-21 14:21:32 +02:00
path_prefix.go
path_prefix_test.go
setflags_linux.go Set O_NOATIME flag on Linux 2022-02-06 15:00:34 +01:00
setflags_linux_test.go Set O_NOATIME flag on Linux 2022-02-06 15:00:34 +01:00
setflags_other.go Set O_NOATIME flag on Linux 2022-02-06 15:00:34 +01:00
stat.go Examine file ctime when checking if files have changed. 2019-04-23 21:54:35 -05:00
stat_bsd.go Examine file ctime when checking if files have changed. 2019-04-23 21:54:35 -05:00
stat_test.go
stat_unix.go Examine file ctime when checking if files have changed. 2019-04-23 21:54:35 -05:00
stat_windows.go Examine file ctime when checking if files have changed. 2019-04-23 21:54:35 -05:00
vss.go vss: fix potential crash (not reachable in restic) (#3045) 2020-11-04 22:14:18 +01:00
vss_windows.go vss: fix DeleteSnapshots() and GetSnapshotProperties() on 386 2020-11-12 19:31:00 +01:00