2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 07:00:49 +00:00
restic/cmd/restic
Alexander Neumann 9be24a1c9f Add cache
This commits adds rudimentary support for a cache directory, enabled by
default. The cache directory is created if it does not exist. The cache
is used if there's anything in it, newly created snapshot and index
files are written to the cache automatically.
2017-09-24 21:54:53 +02:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
.gitignore Moves files 2017-07-23 14:19:13 +02:00
background_linux.go Run goimports 2017-07-23 14:21:03 +02:00
background.go Moves files 2017-07-23 14:19:13 +02:00
cleanup.go Allow suspending SIGINT handler 2017-09-23 11:12:56 +02:00
cmd_autocomplete.go Correct bash completion file path 2017-09-15 20:45:16 +02:00
cmd_backup.go Add note about rescan to hostname flag (fixes #1221) 2017-09-22 14:29:04 +02:00
cmd_cat.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_check.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_dump.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_find.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_forget.go Add --compact option to forget 2017-09-22 16:32:59 -07:00
cmd_init.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_key.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_list.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_ls.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_manpage.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_migrate.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_mount.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_options.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_prune.go fix duplicate bytes in prune output 2017-09-22 10:07:24 +02:00
cmd_rebuild_index.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_restore.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_snapshots.go Always sort snapshots lists ascending by timestamp 2017-09-24 13:01:13 +02:00
cmd_tag.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_unlock.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_version.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
exclude_test.go Add test for rejectByPattern 2017-09-10 15:31:58 +02:00
exclude.go Rename parameter filename -> path 2017-09-10 20:28:21 +02:00
find.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
flags_test.go Moves files 2017-07-23 14:19:13 +02:00
format.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
global_debug.go debug: properly handle interrupted profiles 2017-08-28 22:03:26 -07:00
global_release.go debug: properly handle interrupted profiles 2017-08-28 22:03:26 -07:00
global.go Add cache 2017-09-24 21:54:53 +02:00
integration_fuse_test.go fuse: added symlink 'latest' to snapshots-dir 2017-09-21 16:41:20 +02:00
integration_helpers_test.go Add cache 2017-09-24 21:54:53 +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 Change key rm command to key remove 2017-08-17 11:03:26 -03:00
local_layout_test.go Rework withTestEnvironment 2017-07-24 21:32:34 +02:00
lock.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
main.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
table.go Moves files 2017-07-23 14:19:13 +02:00