2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-10 04:42:21 +00:00
restic/cmd/restic
Alexander Neumann 74f7fe2b98
Merge pull request #3767 from MichaelEischer/fix-prune-empty-snapshot
prune: Fix crash on snapshot loading error
2022-05-29 16:52:45 +02:00
..
testdata
.gitignore
cleanup.go
cmd_backup_test.go
cmd_backup.go Validate exclude patterns 2022-05-07 21:12:47 +02:00
cmd_cache.go
cmd_cat.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00
cmd_check_test.go
cmd_check.go check: Better differentiate between warnings and errors 2022-05-09 22:31:30 +02:00
cmd_copy.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00
cmd_debug.go debug: Support pack ID prefixes in debug examine 2022-04-30 20:20:31 +02:00
cmd_diff.go diff: list snapshots only once 2022-04-09 12:26:31 +02:00
cmd_dump_test.go
cmd_dump.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00
cmd_find.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00
cmd_forget.go doc: Clarify and make grouping in forget more noticeable 2022-04-16 01:13:13 +02:00
cmd_generate.go
cmd_init.go Add option global --compression 2022-04-30 11:34:10 +02:00
cmd_key.go
cmd_list.go
cmd_ls_test.go
cmd_ls.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00
cmd_migrate.go migrate: Allow migrations to request a check run 2022-05-09 22:31:30 +02:00
cmd_mount.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
cmd_options.go
cmd_prune.go Merge pull request #3767 from MichaelEischer/fix-prune-empty-snapshot 2022-05-29 16:52:45 +02:00
cmd_rebuild_index.go repository: Remove pack implementation details from MasterIndex 2022-03-28 22:09:49 +02:00
cmd_recover.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00
cmd_restore.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00
cmd_self_update.go
cmd_snapshots_test.go
cmd_snapshots.go doc: Clarify and make grouping in forget more noticeable 2022-04-16 01:13:13 +02:00
cmd_stats.go stats: hardlinks only reduce restore within a snapshot 2022-05-09 21:26:24 +02:00
cmd_tag.go copy/find/ls/recover/stats: Memorize snapshot listing before index 2022-04-09 12:26:30 +02:00
cmd_unlock.go
cmd_version.go
delete.go
doc.go
exclude_test.go
exclude.go
find.go Fix O(n) backend list calls in FindFilteredSnapshots 2022-04-09 12:26:31 +02:00
flags_test.go
format.go
global_debug.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
global_release.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
global_test.go
global.go Add option global --compression 2022-04-30 11:34:10 +02:00
integration_filter_pattern_test.go Add tests for validating exclude patterns 2022-05-11 22:41:00 +02:00
integration_fuse_test.go Check in integration test that snapshots are listed before the index 2022-04-09 12:27:27 +02:00
integration_helpers_test.go Check in integration test that snapshots are listed before the index 2022-04-09 12:27:27 +02:00
integration_helpers_unix_test.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
integration_helpers_windows_test.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
integration_test.go prune: Add unsafe option to recover from no free space 2022-04-30 19:21:07 +02:00
local_layout_test.go
lock.go
main.go errors: Ensure that errors.IsFatal(errors.Fatal("err")) == true 2022-03-28 22:09:49 +02:00
progress.go
secondary_repo_test.go
secondary_repo.go