restic/cmd/restic
Alexander Neumann b1b3f1ecb6
Merge pull request #2674 from MichaelEischer/prune-strict-checks
prune: Stricter error checks
2020-08-23 10:30:41 +02:00
..
testdata Reduce dataset for integration tests 2018-03-11 21:07:47 +01:00
.gitignore Moves files 2017-07-23 14:19:13 +02:00
acl.go Dead code removal 2020-08-04 08:38:57 +02:00
acl_test.go Restore whole folder to sdtout as tar 2019-04-22 20:44:33 +02:00
cleanup.go Replace fmt.Printf/Println/Fprintf with wrapper functions 2020-06-14 11:08:11 +02:00
cmd_backup.go Don't print a stacktrace if some files could not be read 2020-07-28 23:52:48 +02:00
cmd_cache.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
cmd_cat.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
cmd_check.go checker: Properly distinguish between data and tree blobs 2020-07-20 22:58:39 +02:00
cmd_debug.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
cmd_diff.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
cmd_dump.go Fix error handling in dump (err != err) 2020-08-03 09:43:44 +02:00
cmd_find.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
cmd_forget.go Delete files in parallel in forget 2020-08-01 20:43:18 +02:00
cmd_generate.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
cmd_init.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
cmd_key.go Update key password prompt (#2847) 2020-08-19 21:42:08 +02:00
cmd_list.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
cmd_ls.go Merge pull request #2581 from aawsome/multiple-hostnames 2020-02-27 08:35:23 +01:00
cmd_migrate.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
cmd_mount.go cmd/mount: honour --no-lock flag 2020-08-03 19:45:39 +02:00
cmd_options.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
cmd_prune.go prune: Include ID of all missing blobs in error message 2020-08-16 11:36:14 +02:00
cmd_rebuild_index.go prune/rebuild-index: Fail if an old index cannot be removed 2020-08-16 11:34:01 +02:00
cmd_recover.go Fix non-intuitive repository behavior 2020-06-11 13:05:23 +02:00
cmd_restore.go Merge pull request #2581 from aawsome/multiple-hostnames 2020-02-27 08:35:23 +01:00
cmd_self_update.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
cmd_snapshots.go Merge pull request #2581 from aawsome/multiple-hostnames 2020-02-27 08:35:23 +01:00
cmd_stats.go FindUsedBlobs: merge seen into blobs BlobSet 2020-08-01 12:29:16 +02:00
cmd_tag.go Merge pull request #2581 from aawsome/multiple-hostnames 2020-02-27 08:35:23 +01:00
cmd_unlock.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
cmd_version.go Add documentation on exit status codes to man pages 2020-02-12 23:09:26 +01:00
delete.go Delete files in parallel 2020-08-01 20:39:24 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
exclude.go Fix typos 2020-05-16 14:05:26 +08:00
exclude_test.go Add tests for insensitive variants of filter methods 2018-11-25 13:32:16 +01:00
find.go Support specifying multiple host flags for various commands 2020-02-26 22:17:59 +01:00
flags_test.go Moves files 2017-07-23 14:19:13 +02:00
format.go Dead code removal 2020-08-04 08:38:57 +02:00
global.go Add support for integration tests to wrap the backend 2020-08-16 11:34:01 +02:00
global_debug.go Add profile build flag 2018-04-30 14:19:04 +02:00
global_release.go Add profile build flag 2018-04-30 14:19:04 +02:00
global_test.go Ensure Print{,f,ln} use global stdout 2020-02-15 01:32:43 +01:00
integration_fuse_test.go Support NetBSD without fuse 2018-06-16 15:55:04 +09:00
integration_helpers_test.go Revert "Darwin test fix: allow 1μs timestamp difference" 2020-05-01 17:11:30 +02:00
integration_helpers_unix_test.go Moves files 2017-07-23 14:19:13 +02:00
integration_helpers_windows_test.go Moves files 2017-07-23 14:19:13 +02:00
integration_test.go prune: Include ID of all missing blobs in error message 2020-08-16 11:36:14 +02:00
local_layout_test.go Support specifying multiple host flags for various commands 2020-02-26 22:17:59 +01:00
lock.go Replace fmt.Printf/Println/Fprintf with wrapper functions 2020-06-14 11:08:11 +02:00
main.go Don't print a stacktrace if some files could not be read 2020-07-28 23:52:48 +02:00