1
0
mirror of https://github.com/restic/restic.git synced 2024-07-19 11:17:31 +02:00
restic/internal/restic
2024-04-29 16:21:38 -06:00
..
testdata restic: Ensure snapshots created by TestCreateSnapshot are valid 2023-07-22 19:55:57 +02:00
backend_find_test.go convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
backend_find.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
blob_set_test.go internal/restic: Return summary from BlobSet.String 2023-08-25 21:41:30 +02:00
blob_set.go internal/restic: Return summary from BlobSet.String 2023-08-25 21:41:30 +02:00
blob_test.go
blob.go restic: decouple restic.Handle 2023-10-25 22:54:07 +02:00
config_test.go Use _ as parameter name for unused Context 2023-05-18 21:15:45 +02:00
config.go repository: use normal Init method in tests 2024-04-14 13:45:11 +02:00
counted_blob_set_test.go Fix typos 2023-12-06 13:11:55 +01:00
counted_blob_set.go prune: Shrink keepBlobs set if possible 2022-10-22 18:45:12 +02:00
doc.go
duration_test.go
duration.go
find_test.go restic: Cleanup and simplify TestCreateSnapshot 2023-07-22 19:55:57 +02:00
find.go
id_int_test.go
id_test.go
id.go
ids_test.go restic: Clean up restic.IDs type 2022-12-03 12:38:20 +01:00
ids.go restic: Clean up restic.IDs type 2022-12-03 12:38:20 +01:00
idset_test.go restic: Clean up restic.IDs type 2022-12-03 12:38:20 +01:00
idset.go restic: Clean up restic.IDs type 2022-12-03 12:38:20 +01:00
json.go repository: Reuse buffers in Repository.LoadUnpacked 2023-01-30 22:01:01 +01:00
lister_test.go convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
lister.go convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
lock_test.go repository: make repo.Options configurable for test repos 2024-02-03 18:22:47 +01:00
lock_unix.go lock: Don't copy the lock when checking for process existence 2022-11-11 21:45:55 +01:00
lock_windows.go
lock.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
mknod_unix.go
node_aix.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
node_darwin.go
node_freebsd.go
node_linux.go all: Replace some errors.Wrap calls by errors.WithStack 2022-12-17 09:41:07 +01:00
node_netbsd.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
node_openbsd.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
node_solaris.go
node_test.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
node_unix_test.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
node_unix.go
node_windows_test.go Merge branch 'master' into windows-securitydesc 2024-04-29 14:40:34 -06:00
node_windows.go Fix review comments 2024-04-29 16:21:38 -06:00
node_xattr_test.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
node_xattr.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
node.go Fix review comments 2024-04-29 16:21:38 -06:00
parallel.go split deleteFiles into UI and logic parts 2024-01-27 12:51:08 +01:00
repository.go let index.Each() and pack.Size() return error on canceled context 2024-04-22 22:39:32 +02:00
snapshot_find_test.go convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
snapshot_find.go convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
snapshot_group_test.go Fix typos 2023-12-06 13:11:55 +01:00
snapshot_group.go backup: return normal error if --group-by cannot be parsed 2023-05-18 17:23:31 +02:00
snapshot_policy_test.go Refactor policy sum calculation & duration parsing 2023-03-14 19:29:08 -07:00
snapshot_policy.go Preserve oldest snapshot when keep-within* does not collect enough 2023-06-17 15:17:20 +02:00
snapshot_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
snapshot.go backup: rename data_added_in_repo statistic to data_added_packed 2024-02-25 20:40:52 +01:00
tag_list_test.go
tag_list.go
testing_test.go check: allow tests to only verify pack&index integrity 2024-04-14 13:45:04 +02:00
testing.go rewrite: cleanup tests 2023-12-24 15:36:22 +01:00
tree_stream.go
tree_test.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
tree.go Ensure consistent naming for <snapshot>:<subfolder> syntax 2023-07-22 19:55:57 +02:00
zeroprefix_test.go
zeroprefix.go