Commit Graph

786 Commits

Author SHA1 Message Date
aawsome
0899dbd5e9
Merge pull request #402 from rustic-rs/dependabot/cargo/toml-0.5.11
build(deps): bump toml from 0.5.10 to 0.5.11
2023-01-21 09:23:06 +01:00
dependabot[bot]
cb9ad076dc
build(deps): bump toml from 0.5.10 to 0.5.11
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.10 to 0.5.11.
- [Release notes](https://github.com/toml-rs/toml/releases)
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.5.11)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 23:07:29 +00:00
aawsome
e742b165cd
Merge pull request #400 from rustic-rs/restore-delete-error
restore: Don't abort on delete errors
2023-01-20 16:39:22 +01:00
aawsome
b24693240e
Merge pull request #398 from rustic-rs/dependabot/cargo/reqwest-0.11.14
build(deps): bump reqwest from 0.11.13 to 0.11.14
2023-01-20 16:36:13 +01:00
Alexander Weiss
808e495ec2 restore: Don't abort on delete errors 2023-01-20 06:54:46 +01:00
dependabot[bot]
dcc9117cee
build(deps): bump reqwest from 0.11.13 to 0.11.14
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.13 to 0.11.14.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.13...v0.11.14)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 23:10:06 +00:00
aawsome
b7e0df2d9b
Merge pull request #397 from rustic-rs/dependabot/cargo/nix-0.26.2
build(deps): bump nix from 0.26.1 to 0.26.2
2023-01-19 08:54:49 +01:00
dependabot[bot]
e314da692f
build(deps): bump nix from 0.26.1 to 0.26.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.1 to 0.26.2.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.26.1...v0.26.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 23:12:07 +00:00
Alexander Weiss
b80a8dcb5f set development version 2023-01-17 22:41:34 +01:00
Alexander Weiss
ca4ef366a9 prepare v0.4.3 2023-01-17 22:04:59 +01:00
aawsome
a260e948db
Merge pull request #391 from rustic-rs/fix-duplicates-prune
prune: fix check for needed packs
2023-01-17 07:18:02 +01:00
aawsome
beccd2f32e
Merge pull request #394 from rustic-rs/dependabot/cargo/nom-7.1.3
build(deps): bump nom from 7.1.2 to 7.1.3
2023-01-17 07:14:44 +01:00
Alexander Weiss
087b8bf5cb prune: fix check for needed packs 2023-01-17 07:12:54 +01:00
aawsome
043150f39c
Merge pull request #393 from rustic-rs/fix-duplicates
packer: Add checks to avoid saving duplicate blobs
2023-01-17 07:07:44 +01:00
dependabot[bot]
a6f99e8bfe
build(deps): bump nom from 7.1.2 to 7.1.3
Bumps [nom](https://github.com/Geal/nom) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/Geal/nom/releases)
- [Changelog](https://github.com/rust-bakery/nom/blob/7.1.3/CHANGELOG.md)
- [Commits](https://github.com/Geal/nom/compare/7.1.2...7.1.3)

---
updated-dependencies:
- dependency-name: nom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 23:15:19 +00:00
Alexander Weiss
1df619ea8e packer: Add checks to avoid saving duplicate blobs 2023-01-16 22:38:16 +01:00
aawsome
f0e90a98c4
Merge pull request #374 from rustic-rs/repo-warm-up
repository: integrate warm-up options
2023-01-15 23:18:04 +01:00
Alexander Weiss
5c4b507f43 repository: integrate warm-up options 2023-01-15 23:10:00 +01:00
aawsome
19082d8085
Merge pull request #390 from rustic-rs/update-deps
update dependencies
2023-01-15 22:42:30 +01:00
Alexander Weiss
5cd0e889e8 update dependencies 2023-01-15 22:23:22 +01:00
aawsome
f1481b9dd2
Merge pull request #386 from Dr-Emann/clippy_findings
Fix some clippy pedantic findings
2023-01-15 21:26:00 +01:00
Zachary Dremann
d331b2e6b0 Add some clippy pedantic warnings to default 2023-01-15 21:21:51 +01:00
Zachary Dremann
9e689eded6 Fix clippy::manual_string_new 2023-01-15 21:21:51 +01:00
Zachary Dremann
aeb7804f46 Fix clippy::default_trait_access 2023-01-15 21:21:51 +01:00
Zachary Dremann
77e12bf3b7 Fix clippy::trivially_copy_pass_by_ref 2023-01-15 21:21:51 +01:00
Zachary Dremann
bfe73779e2 Fix clippy::cast_lossless 2023-01-15 21:21:51 +01:00
Zachary Dremann
a6d6815568 Fix clippy::doc_markdown 2023-01-15 21:21:51 +01:00
Zachary Dremann
e014302138 Fix clippy::match-same-arms 2023-01-15 21:21:51 +01:00
Zachary Dremann
651b875952 Fix clippy::semicolon-if-nothing-returned 2023-01-15 21:21:51 +01:00
aawsome
8dd355e273
Merge pull request #383 from rustic-rs/fix-password-command
fix password-command
2023-01-15 09:24:44 +01:00
aawsome
08af777b83
Merge pull request #382 from Dr-Emann/no_alloc_id_hex
Avoid allocation for Id::{to,from}_hex
2023-01-14 10:48:13 +01:00
Zachary Dremann
40d22e0686 Avoid allocation for Id::{to,from}_hex 2023-01-14 10:44:14 +01:00
Alexander Weiss
a61ffa0909 fix password-command 2023-01-13 23:30:50 +01:00
aawsome
21706ffa3d
Merge pull request #380 from rustic-rs/dependabot/cargo/zstd-0.12.2zstd.1.5.2 2023-01-12 08:46:34 +01:00
dependabot[bot]
346ad620b7
build(deps): bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](https://github.com/gyscos/zstd-rs/commits)

---
updated-dependencies:
- dependency-name: zstd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 23:18:33 +00:00
aawsome
ec1d79210e
Merge pull request #379 from rustic-rs/error-verbose
improve errors when opening a repo
2023-01-11 23:23:14 +01:00
Alexander Weiss
a9807c373e Improve errors when opening a repo 2023-01-11 22:59:23 +01:00
aawsome
1851f11176
Merge pull request #375 from rustic-rs/fix-cache-cleanup
remove unneeded packs in cache in check instead of prune
2023-01-10 09:15:54 +01:00
aawsome
575c2f9c8a
Merge pull request #373 from rustic-rs/dependabot/cargo/serde_with-2.2.0
build(deps): bump serde_with from 2.1.0 to 2.2.0
2023-01-10 08:47:36 +01:00
Alexander Weiss
6eedd78e95 remove unneeded packs in cache in check instead of prune 2023-01-10 08:43:56 +01:00
dependabot[bot]
fa94925e40
build(deps): bump serde_with from 2.1.0 to 2.2.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 23:18:45 +00:00
aawsome
9e4ffba5df
Merge pull request #370 from rustic-rs/repair
repair: Add more checks for edge cases
2023-01-09 09:53:29 +01:00
Alexander Weiss
2d85b7e705 repair: Add more checks for edge cases 2023-01-09 09:18:39 +01:00
aawsome
53c5fd2dc4
Merge pull request #369 from rustic-rs/repair
repair: Better debug info and error handling
2023-01-08 20:24:14 +01:00
aawsome
592128e4fb
Merge pull request #367 from rustic-rs/dependabot/cargo/ignore-0.4.19
build(deps): bump ignore from 0.4.18 to 0.4.19
2023-01-08 20:19:21 +01:00
Alexander Weiss
1b85b38d4a repair: Better debug info and error handling 2023-01-08 20:09:22 +01:00
Alexander Weiss
824d1b2cd7 set development version 2023-01-08 13:21:03 +01:00
dependabot[bot]
d16fde4d76
build(deps): bump ignore from 0.4.18 to 0.4.19
Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.18 to 0.4.19.
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/ripgrep/commits)

---
updated-dependencies:
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 23:10:20 +00:00
Alexander Weiss
b9619a16eb prepare v0.4.2 2023-01-04 22:03:08 +01:00
aawsome
f5b7de5e9f
Merge pull request #365 from rustic-rs/enhance-diff
diff: Add options --metadata and --no-content
2023-01-04 21:38:57 +01:00