.. |
testdata
|
restore: ignore errors
|
2015-07-25 12:59:59 +02:00 |
.gitignore
|
Rename khepri -> restic
|
2014-12-05 21:45:49 +01:00 |
cleanup.go
|
Run cleanup handlers in main function
|
2015-07-19 17:57:18 +02:00 |
cmd_backup.go
|
Fix message display for parent snapshot id
|
2015-07-25 18:10:23 +02:00 |
cmd_cache.go
|
cmd/restic: Add lock handling, interrupt cleanup
|
2015-06-28 13:52:22 +02:00 |
cmd_cat.go
|
Address code review comments
|
2015-07-26 18:01:20 +02:00 |
cmd_check.go
|
checker: add option to remove orphaned packs
|
2015-07-12 17:14:10 +02:00 |
cmd_dump.go
|
Remove dead code
|
2015-07-26 14:56:34 +02:00 |
cmd_find.go
|
Use array instead of hash for backend.ID
|
2015-07-25 18:01:57 +02:00 |
cmd_init.go
|
Ask for password after create repo succeeded
|
2015-06-26 13:58:43 -04:00 |
cmd_key.go
|
cmd/restic: Do not require exclusive lock for listing keys
|
2015-06-28 13:52:22 +02:00 |
cmd_list.go
|
cmd/restic: Add lock handling, interrupt cleanup
|
2015-06-28 13:52:22 +02:00 |
cmd_ls.go
|
Use array instead of hash for backend.ID
|
2015-07-25 18:01:57 +02:00 |
cmd_mount.go
|
Disable mount command on Windows.
|
2015-08-14 15:33:11 +02:00 |
cmd_restore.go
|
restore: ignore errors
|
2015-07-25 12:59:59 +02:00 |
cmd_snapshots.go
|
Remove dead code
|
2015-07-26 14:56:34 +02:00 |
cmd_unlock.go
|
cmd/restic: Add command unlock , improve error message
|
2015-06-28 13:52:23 +02:00 |
cmd_version.go
|
Add build.go
|
2015-06-24 20:29:58 +02:00 |
doc.go
|
Add doc stubs to all the packages
|
2015-05-09 13:00:01 +02:00 |
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
|
Merge pull request #262 from restic/fix-tests
|
2015-08-18 22:45:50 +02:00 |
integration_helpers_test.go
|
Merge pull request #262 from restic/fix-tests
|
2015-08-18 22:45:50 +02:00 |
integration_helpers_unix_test.go
|
Create separate disEntry.equals for Windows.
|
2015-08-17 11:10:12 +02:00 |
integration_helpers_windows_test.go
|
Create separate disEntry.equals for Windows.
|
2015-08-17 11:10:12 +02:00 |
integration_test.go
|
Use array instead of hash for backend.ID
|
2015-07-25 18:01:57 +02:00 |
lock.go
|
Allow more than one cleanup handler
|
2015-07-19 17:50:55 +02:00 |
main.go
|
Run cleanup handlers in main function
|
2015-07-19 17:57:18 +02:00 |