Files
restic/cmd/restic
Klaus Post 4dc746dac2 Change repository type detection to first check if path is a directory that exists.
The method of determining if a repository exists doesn't work on Windows, since
the "url.Scheme" will contain the drive letter - "c" in "c:\backup",
so as a first step we check if the URL can be opened as a file,
and if so, we assume it is a 'local' type repository.
2015-08-14 15:39:16 +02:00
..
2015-07-25 12:59:59 +02:00
2014-12-05 21:45:49 +01:00
2015-07-26 18:01:20 +02:00
2015-07-26 14:56:34 +02:00
2015-08-14 15:33:11 +02:00
2015-07-25 12:59:59 +02:00
2015-07-26 14:56:34 +02:00
2015-06-24 20:29:58 +02:00
2015-05-09 13:00:01 +02:00
2015-07-19 17:50:55 +02:00
2015-07-19 17:57:18 +02:00