greatroar
|
9a8a2cae4c
|
Move pack testing logic to test file
|
2020-11-15 16:45:49 +01:00 |
|
Alexander Weiss
|
9607cad267
|
Remove internal/index
|
2020-11-15 07:05:09 +01:00 |
|
Alexander Weiss
|
3d1d5295cc
|
Add changelog
|
2020-11-15 07:05:09 +01:00 |
|
Alexander Weiss
|
30b6a0878a
|
Reimplement rebuild-index
|
2020-11-15 07:05:09 +01:00 |
|
Alexander Weiss
|
187c8fb259
|
Parallelize MasterIndex.Save()
|
2020-11-15 07:05:09 +01:00 |
|
Alexander Weiss
|
1ec628ddf5
|
Add extraObsolete to MasterIndex.Save
|
2020-11-15 07:05:09 +01:00 |
|
Alexander Weiss
|
5898cb341f
|
Use CreateIndexFromPacks() in test
|
2020-11-15 07:05:05 +01:00 |
|
Alexander Weiss
|
43732bb885
|
Add CreateIndexFromPacks()
|
2020-11-15 07:04:51 +01:00 |
|
MichaelEischer
|
6feaf6bd1f
|
Merge pull request #3030 from greatroar/concrete-statt
Replace restic.statT interface by concrete types
|
2020-11-14 23:32:17 +01:00 |
|
greatroar
|
c45f8ee075
|
Replace restic.statT interface by concrete types
name old time/op new time/op delta
NodeFillUser-8 1.81µs ± 9% 1.50µs ± 5% -17.07% (p=0.000 n=19+20)
NodeFromFileInfo-8 1.76µs ± 4% 1.49µs ± 6% -15.63% (p=0.000 n=20+19)
name old alloc/op new alloc/op delta
NodeFillUser-8 496B ± 0% 352B ± 0% -29.03% (p=0.000 n=20+20)
NodeFromFileInfo-8 496B ± 0% 352B ± 0% -29.03% (p=0.000 n=20+20)
name old allocs/op new allocs/op delta
NodeFillUser-8 3.00 ± 0% 2.00 ± 0% -33.33% (p=0.000 n=20+20)
NodeFromFileInfo-8 3.00 ± 0% 2.00 ± 0% -33.33% (p=0.000 n=20+20)
|
2020-11-14 23:23:26 +01:00 |
|
MichaelEischer
|
3601a9b6cd
|
Merge pull request #2690 from SkYNewZ/master
Fix #2688: Handle comma-separated list tags when using backup command
|
2020-11-14 23:19:42 +01:00 |
|
Michael Eischer
|
fdec8051ab
|
tags: Tweak description of --add/set/remove options
|
2020-11-14 22:55:30 +01:00 |
|
MichaelEischer
|
333c5a19d4
|
Merge pull request #3082 from aawsome/check-sizes
Check: check sizes of packs from index and packheader
|
2020-11-14 22:37:42 +01:00 |
|
Quentin Lemaire
|
a8ad6b9a4b
|
fix(tags): Change tags list type according to restic.TagList
|
2020-11-14 16:24:58 +00:00 |
|
Quentin Lemaire
|
b0882b3f3c
|
fix(snapshots): Update help message to better match the 'forget' command one
|
2020-11-14 15:48:57 +00:00 |
|
Quentin Lemaire
|
e74110a833
|
docs: Write new entry to changelog/unreleased
|
2020-11-14 15:48:56 +00:00 |
|
Quentin Lemaire
|
ae441d3134
|
fix(backup): Switch tags cobra type to handle comma-separated list
|
2020-11-14 15:48:56 +00:00 |
|
Alexander Neumann
|
913a34f568
|
Merge pull request #3094 from restic/fix-ci-tests
Fix ci tests
|
2020-11-14 11:24:28 +01:00 |
|
Alexander Neumann
|
468612b108
|
Disable fuse test for macOS
|
2020-11-14 11:02:49 +01:00 |
|
Alexander Weiss
|
7eabcabf68
|
Adjust changelog
|
2020-11-14 00:42:49 +01:00 |
|
Alexander Weiss
|
17bb77b1f9
|
check: Also check blob length and offset
|
2020-11-14 00:42:49 +01:00 |
|
Alexander Weiss
|
80dcfca191
|
check: Check sizes computed from index and pack header
|
2020-11-14 00:42:49 +01:00 |
|
tofran
|
94a154c7ca
|
Remove --drive-use-trash=false from rclone param
Google drive trash retention policy changed making this
no longer a good default
a go
Issue #3095
|
2020-11-13 22:58:48 +00:00 |
|
Alexander Neumann
|
219d9a62f2
|
Download assets from repo
|
2020-11-13 21:56:14 +01:00 |
|
rawtaz
|
e8713bc209
|
Merge pull request #3093 from restic/fix-diff-metadata
diff: Correctly count top-level blobs
|
2020-11-13 21:50:29 +01:00 |
|
Alexander Neumann
|
04d1983800
|
Merge pull request #3090 from fgma/vss-fix-386
vss: fix DeleteSnapshots() and GetSnapshotProperties() on 386
|
2020-11-13 21:30:34 +01:00 |
|
fgma
|
88208c3db2
|
vss: improved changelog entry
|
2020-11-13 21:13:17 +01:00 |
|
Alexander Neumann
|
59ea5a4208
|
diff: Correctly count top-level blobs
|
2020-11-13 21:11:21 +01:00 |
|
Alexander Neumann
|
145830005b
|
Use old versions, otherwise tar doesn't work
|
2020-11-12 21:35:01 +01:00 |
|
Alexander Neumann
|
8ad9f88993
|
helpers: Improve error message
|
2020-11-12 20:38:31 +01:00 |
|
fgma
|
859d89b032
|
vss: add changelog file for issue 3090
|
2020-11-12 19:38:22 +01:00 |
|
fgma
|
f9223cd827
|
vss: fix DeleteSnapshots() and GetSnapshotProperties() on 386
|
2020-11-12 19:31:00 +01:00 |
|
Alexander Neumann
|
0be906a92f
|
CI: Use netcologne mirror
|
2020-11-11 20:59:23 +01:00 |
|
rawtaz
|
dfb9326b1b
|
Merge pull request #3085 from LordGaav/s3-list-objects-v1-flag
Extended option to select V1 API for ListObjects on S3 backend
|
2020-11-11 20:52:44 +01:00 |
|
Alexander Neumann
|
e4e0ce09ad
|
CI: Update links for Windows binaries
|
2020-11-11 20:51:01 +01:00 |
|
Alexander Neumann
|
0334114865
|
CI: Hardcode mirror URL
|
2020-11-11 20:42:47 +01:00 |
|
Alexander Neumann
|
b1bbdcb637
|
Improve changelog
|
2020-11-11 20:30:30 +01:00 |
|
Alexander Neumann
|
4a0b7328ec
|
s3: Remove dots for config description
|
2020-11-11 20:20:35 +01:00 |
|
Alexander Neumann
|
3e0456d88b
|
Highlight that s3.list-objects-v1 is a temporary
|
2020-11-11 20:11:35 +01:00 |
|
Alexander Neumann
|
dd94174379
|
Merge pull request #3086 from greatroar/diff-errors
Improve error reporting from restic diff
|
2020-11-11 19:48:03 +01:00 |
|
greatroar
|
63e32c44c0
|
Improve error reporting from restic diff
Instead of a stacktrace, restic diff 111 222 now reports:
Fatal: no matching ID found for prefix "111"
|
2020-11-11 16:40:40 +01:00 |
|
Nick Douma
|
f013662e3f
|
Remove separate section on Ceph, and move s3.list-objects-v1 note to S3 section
|
2020-11-11 15:11:14 +01:00 |
|
Nick Douma
|
4320ff2bbf
|
Add changelog entry for s3.list-objects-v1
|
2020-11-11 12:33:22 +01:00 |
|
Nick Douma
|
354b7e89cc
|
Document the extended s3.list-objects-v1 flag in a new Ceph section
|
2020-11-11 12:32:46 +01:00 |
|
Nick Douma
|
829959390a
|
Provide UseV1 parameter to minio.ListObjectsOptions based on s3.list-objects-v1
|
2020-11-11 11:54:38 +01:00 |
|
Nick Douma
|
ccd55d529d
|
Add s3.list-objects-v1 extended option and default to false
|
2020-11-11 11:54:36 +01:00 |
|
Nick Douma
|
4ddcc17135
|
Add support for boolean extended options
|
2020-11-11 11:54:27 +01:00 |
|
MichaelEischer
|
407843c5f9
|
Merge pull request #3034 from hoyho/gh_master
bugfix: omit ENOTDATA for extended attributes
|
2020-11-09 22:38:49 +01:00 |
|
MichaelEischer
|
46d31ab86d
|
Merge pull request #3058 from greatroar/counter
Replace restic.Progress with new progress.Counter (fixes two race conditions)
|
2020-11-09 22:19:09 +01:00 |
|
Alexander Neumann
|
c986823d3f
|
Merge pull request #3048 from aawsome/check-pack-index
check: check index for packs that are read
|
2020-11-09 20:12:32 +01:00 |
|