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
..
testdata
.gitignore
cleanup.go
cmd_backup.go Fix message display for parent snapshot id 2015-07-25 18:10:23 +02:00
cmd_cache.go
cmd_cat.go Address code review comments 2015-07-26 18:01:20 +02:00
cmd_check.go
cmd_dump.go Remove dead code 2015-07-26 14:56:34 +02:00
cmd_find.go
cmd_init.go
cmd_key.go
cmd_list.go
cmd_ls.go
cmd_mount.go Disable mount command on Windows. 2015-08-14 15:33:11 +02:00
cmd_restore.go
cmd_snapshots.go Remove dead code 2015-07-26 14:56:34 +02:00
cmd_unlock.go
cmd_version.go
doc.go
global.go Change repository type detection to first check if path is a directory that exists. 2015-08-14 15:39:16 +02:00
integration_fuse_test.go
integration_helpers_test.go
integration_test.go
lock.go
main.go