Michael Eischer
|
51718ec561
|
restic: generic implemention of AsBackend
|
2023-07-22 19:55:44 +02:00 |
Michael Eischer
|
5e4e268bdc
|
Use _ as parameter name for unused Context
The context is required by the implemented interface.
|
2023-05-18 21:15:45 +02:00 |
Michael Eischer
|
6042df075f
|
migrations: Fix S3 backend detection
|
2023-04-14 22:32:16 +02:00 |
Michael Eischer
|
4ccd5e806b
|
backend: split layout code into own subpackage
|
2022-10-21 21:36:05 +02:00 |
Michael Eischer
|
8b4dd70013
|
migrate: Report why an migration cannot be applied
Just returning that `Migration upgrade cannot be applied: check failed`
is not too useful when running `migrate upgrade_repo_v2`.
|
2022-09-03 11:49:31 +02:00 |
Michael Eischer
|
5a6f2f9fa0
|
Fix S3 legacy layout migration
|
2022-07-23 11:19:32 +02:00 |
Michael Eischer
|
5eba1217e7
|
migrate: Cleanup option to request repository check
|
2022-06-04 23:45:00 +02:00 |
Michael Eischer
|
c1bbbcd0dc
|
migrate: Allow migrations to request a check run
This is currently only used by upgrade_repo_v2.
|
2022-05-09 22:31:30 +02:00 |
Alexander Neumann
|
36c5d39c2c
|
Fix issues reported by semgrep
|
2020-12-11 09:41:59 +01:00 |
Michael Eischer
|
307a6ba3a3
|
Upgrade minio sdk to v7
This changes are primarily straightforward modifications to pass the
parameters in the now expected way.
|
2020-10-09 22:37:24 +02:00 |
aawsome
|
0fed6a8dfc
|
Use "pack file" instead of "data file" (#2885)
- changed variable names, especially changed DataFile into PackFile
- changed in some comments
- always use "pack file" in docu
|
2020-08-16 11:16:38 +02:00 |
George Armhold
|
bfc1bc6ee6
|
clean up some errors from 'go vet ./...'
|
2018-09-05 08:04:55 -04:00 |
Alexander Neumann
|
b0c6e53241
|
Fix calls to repo/backend.List() everywhere
|
2018-01-21 21:15:09 +01:00 |
Alexander Neumann
|
23c903074c
|
Move restic package to internal/restic
|
2017-07-24 17:43:32 +02:00 |
Alexander Neumann
|
6caeff2408
|
Run goimports
|
2017-07-23 14:21:03 +02:00 |
Alexander Neumann
|
83d1a46526
|
Moves files
|
2017-07-23 14:19:13 +02:00 |