1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-03 05:35:43 +00:00
restic/internal/restic
2024-07-31 19:30:47 +02:00
..
testdata forget: Add --unsafe-allow-remove-all option 2024-05-24 20:45:33 +02:00
backend_find.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
backend_find_test.go
blob.go
blob_set.go
blob_set_test.go
blob_test.go
config.go repository: use normal Init method in tests 2024-04-14 13:45:11 +02:00
config_test.go
doc.go
duration.go
duration_test.go
find.go repository: let prune control data structure of usedBlobs set 2024-05-24 22:18:14 +02:00
find_test.go repository: fix parameter order of LookupBlobSize 2024-05-24 21:33:17 +02:00
id.go
id_int_test.go
id_test.go
ids.go
ids_test.go
idset.go restic: add IDSet.Clone() method 2024-05-24 21:33:17 +02:00
idset_test.go restic: add IDSet.Clone() method 2024-05-24 21:33:17 +02:00
json.go
lister.go
lister_test.go
lock.go repository: wait max 1 minutes for lock removal if context is canceled 2024-05-24 20:24:02 +02:00
lock_test.go repository: wait max 1 minutes for lock removal if context is canceled 2024-05-24 20:24:02 +02:00
lock_unix.go
lock_windows.go
mknod_unix.go
node.go restorer: fix overwriting of special file types 2024-06-13 21:56:18 +02:00
node_aix.go Add support for Windows EA in node 2024-05-17 14:18:20 -06:00
node_darwin.go
node_freebsd.go
node_linux.go
node_netbsd.go Add support for Windows EA in node 2024-05-17 14:18:20 -06:00
node_openbsd.go Add support for Windows EA in node 2024-05-17 14:18:20 -06:00
node_solaris.go
node_test.go Fix review comments 2024-06-05 16:06:57 -06:00
node_unix.go
node_unix_test.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
node_windows.go Fix typos 2024-07-03 20:02:06 +02:00
node_windows_test.go Fix typos 2024-07-03 20:02:06 +02:00
node_xattr.go restore: remove unexpected xattrs from files 2024-06-13 22:21:00 +02:00
node_xattr_all_test.go restorer: windows test fixes 2024-06-13 23:20:09 +02:00
node_xattr_test.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
parallel.go replace some uses of restic.Repository with finegrained interfaces 2024-05-18 21:42:51 +02:00
repository.go repository: remove SaveIndex from interface 2024-05-24 21:33:17 +02:00
snapshot.go backup: rename data_added_in_repo statistic to data_added_packed 2024-02-25 20:40:52 +01:00
snapshot_find.go Add more checks for canceled contexts 2024-07-31 19:30:47 +02:00
snapshot_find_test.go
snapshot_group.go forget: refuse deleting the last snapshot in a snapshot group 2024-05-24 20:45:33 +02:00
snapshot_group_test.go
snapshot_policy.go forget: Add --unsafe-allow-remove-all option 2024-05-24 20:45:33 +02:00
snapshot_policy_test.go
snapshot_test.go remove usages of repo.Backend() from tests 2024-05-18 21:42:51 +02:00
tag_list.go
tag_list_test.go
testing.go replace some uses of restic.Repository with finegrained interfaces 2024-05-18 21:42:51 +02:00
testing_test.go check: allow tests to only verify pack&index integrity 2024-04-14 13:45:04 +02:00
tree.go
tree_stream.go repository: fix parameter order of LookupBlobSize 2024-05-24 21:33:17 +02:00
tree_test.go remove usages of repo.Backend() from tests 2024-05-18 21:42:51 +02:00
zeroprefix.go
zeroprefix_test.go