.. |
testdata
|
restic: Ensure snapshots created by TestCreateSnapshot are valid
|
2023-07-22 19:55:57 +02:00 |
backend.go
|
lock: freeze backend operations while refreshing stale lock
|
2023-07-22 19:55:44 +02:00 |
backend_find.go
|
restic: change Find to return ids
|
2022-10-15 16:06:54 +02:00 |
backend_find_test.go
|
restic: change Find to return ids
|
2022-10-15 16:06:54 +02:00 |
backend_test.go
|
restic: generic implemention of AsBackend
|
2023-07-22 19:55:44 +02:00 |
blob.go
|
all: Minor cleanups
|
2022-10-16 10:50:39 +02:00 |
blob_set.go
|
internal/restic: Return summary from BlobSet.String
|
2023-08-25 21:41:30 +02:00 |
blob_set_test.go
|
internal/restic: Return summary from BlobSet.String
|
2023-08-25 21:41:30 +02:00 |
blob_test.go
|
…
|
|
config.go
|
…
|
|
config_test.go
|
Use _ as parameter name for unused Context
|
2023-05-18 21:15:45 +02:00 |
counted_blob_set.go
|
prune: Shrink keepBlobs set if possible
|
2022-10-22 18:45:12 +02:00 |
counted_blob_set_test.go
|
prune: Shrink keepBlobs set if possible
|
2022-10-22 18:45:12 +02:00 |
doc.go
|
…
|
|
duration.go
|
comment cleanup
|
2022-08-18 20:15:38 +02:00 |
duration_test.go
|
forget: Fail test if duration parsing error is missing
|
2022-08-18 20:14:09 +02:00 |
file.go
|
internal/restic: Make FileType a uint8 instead of a string
|
2022-10-16 10:59:01 +02:00 |
file_test.go
|
internal/restic: Make FileType a uint8 instead of a string
|
2022-10-16 10:59:01 +02:00 |
find.go
|
prune: Use a single CountedBlobSet to track blobs
|
2022-10-22 18:45:12 +02:00 |
find_test.go
|
restic: Cleanup and simplify TestCreateSnapshot
|
2023-07-22 19:55:57 +02:00 |
id.go
|
internal/restic: Fix ID.UnmarshalJSON, ParseID
|
2022-10-16 10:39:52 +02:00 |
id_int_test.go
|
…
|
|
id_test.go
|
internal/restic: Remove unused ID.EqualString
|
2022-10-14 18:20:11 +02:00 |
ids.go
|
restic: Clean up restic.IDs type
|
2022-12-03 12:38:20 +01:00 |
ids_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 |
idset_test.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 |
lock.go
|
lock: Shrink critical section in RefreshStaleLock
|
2023-07-22 23:29:14 +02:00 |
lock_test.go
|
lock: add unit test for RefreshStaleLock
|
2023-07-22 19:55:44 +02: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
|
internal/restic: Fix UID/GID parsing
|
2022-10-14 18:21:00 +02:00 |
mknod_unix.go
|
…
|
|
node.go
|
Add support for non-utf8 symlink targets
|
2023-07-23 00:05:14 +02:00 |
node_aix.go
|
…
|
|
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
|
…
|
|
node_openbsd.go
|
…
|
|
node_solaris.go
|
…
|
|
node_test.go
|
restic: check that Node.LinkTarget can handle non-utf8 characters
|
2023-07-23 00:05:14 +02:00 |
node_unix.go
|
…
|
|
node_unix_test.go
|
restic: test NodeFromFileInfo for symlinks
|
2023-07-08 18:18:13 +02:00 |
node_windows.go
|
restore symlink timestamps on windows
|
2022-10-30 11:04:04 +01:00 |
node_xattr.go
|
Add support for extended attributes on symlinks
|
2023-06-19 14:37:31 -04:00 |
parallel.go
|
tweak debug logs
|
2023-04-23 11:38:06 +02:00 |
repository.go
|
repository: Reuse buffers in Repository.LoadUnpacked
|
2023-01-30 22:01:01 +01:00 |
rewind_reader.go
|
…
|
|
rewind_reader_test.go
|
test: Use testing.T.Cleanup to remove tempdirs
|
2022-12-09 14:23:55 +01:00 |
snapshot.go
|
add program version to snapshot
|
2023-07-07 23:27:10 +02:00 |
snapshot_find.go
|
Ensure consistent naming for `<snapshot>:<subfolder>` syntax
|
2023-07-22 19:55:57 +02:00 |
snapshot_find_test.go
|
Ensure consistent naming for `<snapshot>:<subfolder>` syntax
|
2023-07-22 19:55:57 +02:00 |
snapshot_group.go
|
backup: return normal error if --group-by cannot be parsed
|
2023-05-18 17:23:31 +02:00 |
snapshot_group_test.go
|
Refactor group-by to parse options into a struct
|
2023-02-10 23:18:14 +01:00 |
snapshot_policy.go
|
Preserve oldest snapshot when keep-within* does not collect enough
|
2023-06-17 15:17:20 +02:00 |
snapshot_policy_test.go
|
Refactor policy sum calculation & duration parsing
|
2023-03-14 19:29:08 -07:00 |
snapshot_test.go
|
repository: Remove empty cleanup functions in tests
|
2022-12-11 11:06:25 +01:00 |
tag_list.go
|
all: Minor cleanups
|
2022-10-16 10:50:39 +02:00 |
tag_list_test.go
|
…
|
|
testing.go
|
restic: Cleanup and simplify TestCreateSnapshot
|
2023-07-22 19:55:57 +02:00 |
testing_test.go
|
restic: Cleanup and simplify TestCreateSnapshot
|
2023-07-22 19:55:57 +02:00 |
tree.go
|
Ensure consistent naming for `<snapshot>:<subfolder>` syntax
|
2023-07-22 19:55:57 +02:00 |
tree_stream.go
|
…
|
|
tree_test.go
|
Ensure consistent naming for `<snapshot>:<subfolder>` syntax
|
2023-07-22 19:55:57 +02:00 |
zeroprefix.go
|
restorer: move zeroPrefixLen to restic package
|
2022-09-24 21:39:39 +02:00 |
zeroprefix_test.go
|
restorer: move zeroPrefixLen to restic package
|
2022-09-24 21:39:39 +02:00 |