restic/internal/fs
fgma 5695f9ebd2 vss: Implement VSS support for Windows
The VSS support works for 32 and 64-bit windows, this includes a check that
the restic version matches the OS architecture as required by VSS. The backup
operation will fail the user has not sufficient permissions to use VSS.

Snapshotting volumes also covers mountpoints but skips UNC paths.
2020-10-24 11:35:57 +02:00
..
const_unix.go
const_windows.go
const.go
deviceid_unix.go
deviceid_windows.go
doc.go
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
file.go Remove OS-specific versions of fs.MkdirAll 2020-09-21 14:21:32 +02:00
fs_local_vss.go vss: Implement VSS support for Windows 2020-10-24 11:35:57 +02:00
fs_local.go
fs_reader_test.go simplified string sorting by using a more suitable function 2019-06-30 23:20:32 +03:00
fs_reader.go Remove stray Printf from internal/fs 2020-09-21 14:21:32 +02: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_test.go
path_prefix.go
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
stat.go Examine file ctime when checking if files have changed. 2019-04-23 21:54:35 -05:00
vss_windows.go vss: Implement VSS support for Windows 2020-10-24 11:35:57 +02:00
vss.go vss: Implement VSS support for Windows 2020-10-24 11:35:57 +02:00