2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-09 20:32:23 +00:00
restic/cmd/restic
2021-01-30 20:43:53 +01:00
..
testdata prune: Add self-healing 2020-12-29 20:20:05 +01:00
.gitignore
cleanup.go
cmd_backup_test.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_backup.go backup: Improve error handling 2021-01-30 20:02:37 +01:00
cmd_cache.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_cat.go Warn when unlock fails instead of returning an error 2020-12-29 17:48:20 +01:00
cmd_check_test.go Check data subset: check random percentage subset 2020-11-15 18:13:50 +01:00
cmd_check.go Fix missing rand seed for restic check --read-data-subset=x% 2021-01-29 23:18:35 +01:00
cmd_copy.go parallel: report progress for StreamTrees 2021-01-28 11:08:43 +01:00
cmd_debug.go debug/list: parallelize index loading 2020-12-22 22:36:18 +01:00
cmd_diff.go
cmd_dump_test.go
cmd_dump.go dump: Add new option --archive 2020-12-19 01:09:47 +03:00
cmd_find.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_forget.go errcheck: Add more error checks 2021-01-30 20:02:37 +01:00
cmd_generate.go
cmd_init.go Allow using --repository-file in init 2020-11-17 20:43:46 +01:00
cmd_key.go
cmd_list.go debug/list: parallelize index loading 2020-12-22 22:36:18 +01:00
cmd_ls.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_migrate.go
cmd_mount.go Fix #1681 should not try to create the mount point if it doesn't exist, rather return an error 2020-11-15 17:09:30 +01:00
cmd_options.go Some options fixes 2020-12-23 23:26:04 +03:00
cmd_prune.go prune: Simplify logic selecting packs to repack 2021-01-29 22:27:22 +01:00
cmd_rebuild_index.go rebuild-index: report added/removed/reindexed files 2021-01-28 21:46:01 +01:00
cmd_recover.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_restore.go
cmd_self_update.go
cmd_snapshots_test.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_snapshots.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_stats.go restic: let FindUsedBlobs handle multiple snapshots at once 2021-01-28 11:08:43 +01:00
cmd_tag.go fix(cmd_tag): Use restic.TagLists 2020-12-29 17:12:46 +01:00
cmd_unlock.go
cmd_version.go
delete.go Add more error checks 2021-01-30 20:02:37 +01:00
doc.go
exclude_test.go Add tests 2020-11-28 17:00:31 +01:00
exclude.go Add more error checks 2021-01-30 20:02:37 +01:00
find.go
flags_test.go
format.go
global_debug.go
global_release.go
global_test.go Fix issues reported by staticcheck 2021-01-30 20:43:53 +01:00
global.go Test that WriteTo of a backend's Load remains accessible 2021-01-03 22:23:53 +01:00
integration_fuse_test.go Portability fixes to internal/restic 2020-12-29 01:35:01 +01:00
integration_helpers_test.go
integration_helpers_unix_test.go
integration_helpers_windows_test.go
integration_test.go Fix issues reported by staticcheck 2021-01-30 20:43:53 +01:00
local_layout_test.go
lock.go Warn when unlock fails instead of returning an error 2020-12-29 17:48:20 +01:00
main.go Properly check that --quiet and --verbose are not combined 2020-12-30 21:24:18 +01:00
progress.go progress/counter: Support updating the progress bar maximum 2021-01-28 11:10:47 +01:00
secondary_repo.go