Commit Graph

577 Commits

Author SHA1 Message Date
aawsome
73c22c1069
Merge pull request #269 from rustic-rs/dependabot/cargo/rpassword-7.1.0
build(deps): bump rpassword from 7.0.0 to 7.1.0
2022-10-21 14:37:45 +02:00
dependabot[bot]
a6706f8e55
build(deps): bump rpassword from 7.0.0 to 7.1.0
Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/conradkleinespel/rpassword/releases)
- [Commits](https://github.com/conradkleinespel/rpassword/compare/v7.0.0...v7.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 00:16:51 +00:00
aawsome
186f9cf434
Merge pull request #267 from rustic-rs/dependabot/cargo/serde_json-1.0.87
build(deps): bump serde_json from 1.0.86 to 1.0.87
2022-10-20 19:41:04 +02:00
aawsome
617328f273
Merge pull request #266 from rustic-rs/dependabot/cargo/async-trait-0.1.58
build(deps): bump async-trait from 0.1.57 to 0.1.58
2022-10-20 19:40:42 +02:00
dependabot[bot]
28bb15f6a2
build(deps): bump serde_json from 1.0.86 to 1.0.87
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 23:40:04 +00:00
dependabot[bot]
da1c96c9aa
build(deps): bump async-trait from 0.1.57 to 0.1.58
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.57 to 0.1.58.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.57...0.1.58)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 23:39:51 +00:00
aawsome
59586668ac
Merge pull request #264 from rustic-rs/fix-index
fix index has method
2022-10-17 16:52:52 +02:00
Alexander Weiss
b05dfb0189 fix index has method 2022-10-17 16:43:22 +02:00
aawsome
6d6db79ffc
Merge pull request #263 from rustic-rs/use-blobtypemap
use BlobTypeMap to simplify code
2022-10-16 00:04:11 +02:00
Alexander Weiss
4ead001d20 use BlobTypeMap to simplify code 2022-10-15 06:44:22 +02:00
aawsome
05ec6ae3e3
Merge pull request #262 from rustic-rs/dependabot/cargo/path-absolutize-3.0.14
build(deps): bump path-absolutize from 3.0.13 to 3.0.14
2022-10-15 06:40:17 +02:00
dependabot[bot]
2059159167
build(deps): bump path-absolutize from 3.0.13 to 3.0.14
Bumps [path-absolutize](https://github.com/magiclen/path-absolutize) from 3.0.13 to 3.0.14.
- [Release notes](https://github.com/magiclen/path-absolutize/releases)
- [Commits](https://github.com/magiclen/path-absolutize/compare/v3.0.13...v3.0.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 23:33:07 +00:00
Alexander Weiss
d7b2eca192 CI: fix typo 2022-10-15 00:55:05 +02:00
aawsome
466a650c19
Merge pull request #261 from rustic-rs/ci-betas
Fix race condition when uploading beta builds
2022-10-15 00:42:07 +02:00
Alexander Weiss
258848fea8 Fix race condition when uploading beta builds 2022-10-15 00:15:00 +02:00
aawsome
db34cb1af8
Merge pull request #260 from rustic-rs/remove-ambassador
Remove dependency on ambassador
2022-10-15 00:04:10 +02:00
Alexander Weiss
642e739398 Remove dependency on ambassador 2022-10-14 23:55:59 +02:00
aawsome
7e9fe331e3
Merge pull request #258 from rustic-rs/repair-snapshots
Add repair snapshots command
2022-10-14 23:26:38 +02:00
aawsome
ff1bdd6d6a
Merge pull request #259 from rustic-rs/fix-repair-index
fix repair index
2022-10-14 22:10:53 +02:00
Alexander Weiss
ac530ca017 fix repair index 2022-10-14 22:03:45 +02:00
Alexander Weiss
b4d93900ed Add repair snapshots command 2022-10-13 00:54:36 +02:00
aawsome
26ff838dcd
Merge pull request #257 from rustic-rs/dependabot/cargo/gethostname-0.3.0
build(deps): bump gethostname from 0.2.3 to 0.3.0
2022-10-11 08:46:01 +02:00
aawsome
569f7c0d54
Merge pull request #256 from rustic-rs/dependabot/cargo/serde_json-1.0.86
build(deps): bump serde_json from 1.0.85 to 1.0.86
2022-10-11 08:45:40 +02:00
aawsome
4868fe50dc
Merge pull request #255 from rustic-rs/repair
Add repair index command
2022-10-11 08:44:28 +02:00
Alexander Weiss
da3750de9c set development version 2022-10-11 08:42:24 +02:00
dependabot[bot]
23227f7274
build(deps): bump gethostname from 0.2.3 to 0.3.0
Bumps [gethostname](https://github.com/lunaryorn/gethostname.rs) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/lunaryorn/gethostname.rs/releases)
- [Changelog](https://github.com/lunaryorn/gethostname.rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lunaryorn/gethostname.rs/compare/v0.2.3...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 00:46:36 +00:00
dependabot[bot]
d93d9f27ad
build(deps): bump serde_json from 1.0.85 to 1.0.86
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 00:46:22 +00:00
Alexander Weiss
040aa2a336 Add repair index command 2022-10-07 14:32:49 +02:00
aawsome
f550e09be9
Merge pull request #253 from rustic-rs/prepare-0.3.2
prepare v0.3.2
2022-10-07 14:16:10 +02:00
Alexander Weiss
f809ac055f prepare v0.3.2 2022-10-07 13:27:41 +02:00
aawsome
20ee73d06c
Update README.md 2022-10-07 13:26:20 +02:00
aawsome
4f8b21fac5
Merge pull request #250 from rustic-rs/check-read-data
check: Add --read-data
2022-10-07 13:05:26 +02:00
aawsome
f67ee42885
Merge pull request #248 from rustic-rs/restore-verbose
restore: Print what will be done in debug log
2022-10-03 07:56:29 +02:00
Alexander Weiss
71efec71fb restore: Print what will be done in debug log 2022-10-03 07:22:22 +02:00
Alexander Weiss
c3c58d7616 check: Add --read-data 2022-10-02 20:36:44 +02:00
aawsome
4f6e10dbd3
Merge pull request #243 from tshepang/patch-1
Update FAQ.md
2022-10-01 09:33:06 +02:00
Tshepang Mbambo
e39a5df042
Update FAQ.md
that reads better
2022-10-01 08:07:39 +02:00
Ilia
55e0b813d9
feat: shell completions (#195)
CLI: generate shell completions
2022-09-29 22:39:45 +02:00
aawsome
c801901e6a
Merge pull request #238 from rustic-rs/dependabot/cargo/thiserror-1.0.37
build(deps): bump thiserror from 1.0.35 to 1.0.37
2022-09-29 20:27:37 +02:00
aawsome
e350828d96
Merge pull request #237 from rustic-rs/dependabot/cargo/tokio-1.21.2
build(deps): bump tokio from 1.21.1 to 1.21.2
2022-09-29 20:26:49 +02:00
aawsome
a9efd67306
Merge pull request #235 from rustic-rs/dependabot/cargo/semver-1.0.14
build(deps): bump semver from 1.0.13 to 1.0.14
2022-09-29 20:25:54 +02:00
dependabot[bot]
51390b5721
build(deps): bump thiserror from 1.0.35 to 1.0.37
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.35 to 1.0.37.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.35...1.0.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 23:37:13 +00:00
dependabot[bot]
94ecc76b7e
build(deps): bump tokio from 1.21.1 to 1.21.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.1 to 1.21.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.1...tokio-1.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 23:37:07 +00:00
dependabot[bot]
08874e3d6c
build(deps): bump semver from 1.0.13 to 1.0.14
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.13...1.0.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 23:50:42 +00:00
aawsome
191fce63a3
Merge pull request #233 from rustic-rs/rclone-simplify
Simplify rclone backend (using rclone > 1.52.2)
2022-09-27 00:29:47 +02:00
aawsome
09b5eadde2
Merge pull request #232 from rustic-rs/optimize-check
check: Optimize error handling and messages
2022-09-27 00:28:02 +02:00
aawsome
d7c1df79ba
Merge pull request #231 from rustic-rs/rest-transient-errors
REST backend: abort at permanent errors
2022-09-27 00:26:37 +02:00
Alexander Weiss
89b4c96085 Simplify rclone backend (using rclone > 1.52.2) 2022-09-27 00:04:05 +02:00
Alexander Weiss
9d3a55af53 check: Optimize error handling and messages 2022-09-26 23:33:01 +02:00
Alexander Weiss
a2fb42d242 REST backend: abort at permanent errors 2022-09-26 23:21:08 +02:00