restic/internal/fs
Garry McNulty 8066195e6e fs: Handle absolute pathname for --stdin-filename
Return valid directory info from Lstat() for parent directories of the
specified filename. Previously only "/" and "." were valid directories.

Also set directory mode as this is checked by archiver.

Closes #2063
2019-05-08 15:21:27 +02:00
..
const_unix.go fs: Add interface and FS implementations 2018-04-22 11:37:05 +02:00
const_windows.go fs: Add interface and FS implementations 2018-04-22 11:37:05 +02:00
const.go fs: Add O_NONBLOCK 2018-04-30 15:34:58 +02:00
deviceid_unix.go
deviceid_windows.go
doc.go
file_unix.go
file_windows.go
file.go fs: Add interface and FS implementations 2018-04-22 11:37:05 +02:00
fs_helpers.go fs: Add helper functions ReadDir/ReadDirNames 2018-06-20 22:53:53 +02:00
fs_local.go fs: Add interface and FS implementations 2018-04-22 11:37:05 +02:00
fs_reader_test.go fs: Handle absolute pathname for --stdin-filename 2019-05-08 15:21:27 +02:00
fs_reader.go fs: Handle absolute pathname for --stdin-filename 2019-05-08 15:21:27 +02:00
fs_track.go fs: Add interface and FS implementations 2018-04-22 11:37:05 +02:00
helpers.go fs: Add TestTempFile 2018-05-01 14:38:41 +02:00
interface.go fs: Add interface and FS implementations 2018-04-22 11:37:05 +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 fs: Add interface and FS implementations 2018-04-22 11:37:05 +02:00
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