Commit Graph

365 Commits

Author SHA1 Message Date
Alexander Weiss
fab6d8f377 simplify index 2022-08-15 20:48:16 +02:00
Alexander Weiss
53db8f81b8 index: Add tests 2022-08-15 20:48:03 +02:00
aawsome
182626a4ac
Merge pull request #123 from rustic-rs/packsize-limit
Allow to specify upper limits for packfile sizes
2022-08-15 09:01:08 +02:00
aawsome
2b5b821af2
Merge pull request #134 from rustic-rs/env-variables
Add support for environmental variables
2022-08-15 08:33:47 +02:00
Alexander Weiss
3d09b0d3a1 Allow to specify upper limits for packfile sizes 2022-08-15 08:17:20 +02:00
Alexander Weiss
cc3a0119b2 Add support for environmental variables 2022-08-15 08:10:57 +02:00
aawsome
6595bfe9e8
Merge pull request #126 from rustic-rs/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2022-08-14 20:41:33 +02:00
aawsome
a1cff2e400
Merge pull request #127 from rustic-rs/dependabot/cargo/clap-3.2.17
build(deps): bump clap from 3.2.16 to 3.2.17
2022-08-14 20:41:03 +02:00
aawsome
7a3390a59a
Merge pull request #128 from rustic-rs/dependabot/cargo/serde_json-1.0.83
build(deps): bump serde_json from 1.0.82 to 1.0.83
2022-08-14 20:40:20 +02:00
aawsome
d921f12631
Merge pull request #130 from rustic-rs/dependabot/cargo/anyhow-1.0.61
build(deps): bump anyhow from 1.0.58 to 1.0.61
2022-08-14 20:39:54 +02:00
aawsome
e7d5cf1974
Merge pull request #131 from rustic-rs/dependabot/cargo/nix-0.25.0
build(deps): bump nix from 0.24.2 to 0.25.0
2022-08-14 20:39:33 +02:00
dependabot[bot]
2143d45509
build(deps): bump nix from 0.24.2 to 0.25.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.24.2 to 0.25.0.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.24.2...v0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-14 07:07:37 +00:00
dependabot[bot]
1c5001d69b
build(deps): bump anyhow from 1.0.58 to 1.0.61
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.61.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.61)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-14 07:07:29 +00:00
dependabot[bot]
a8e62ec2f7
build(deps): bump serde_json from 1.0.82 to 1.0.83
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.82...v1.0.83)

---
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-08-14 07:07:09 +00:00
dependabot[bot]
9bca3b063d
build(deps): bump clap from 3.2.16 to 3.2.17
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-14 07:06:59 +00:00
dependabot[bot]
cc851d7c7d
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-14 07:05:57 +00:00
aawsome
9a8436cec0
Merge pull request #125 from rustic-rs/dependabot
Add dependabot
2022-08-14 09:05:28 +02:00
Alexander Weiss
2847e65827 Add dependabot 2022-08-14 09:04:03 +02:00
aawsome
37fb9f1f57
Merge pull request #121 from rustic-rs/more-warm-up
More warm-up options
2022-08-13 10:39:19 +02:00
Alexander Weiss
9555b9f740 prune: Add waiting options 2022-08-12 23:25:37 +02:00
Alexander Weiss
92df64cd80 restore: Add option warm-up-wait 2022-08-12 23:24:47 +02:00
aawsome
b51297b7dc
Merge pull request #113 from rustic-rs/rest-retry
Don't use temporary files; add retries to rest/rclone backend
2022-08-12 13:18:40 +02:00
Alexander Weiss
cbca4159e5 warmup: Set retry to false 2022-08-11 22:18:19 +02:00
Alexander Weiss
901718e37b rest backend: Add option to set/unset retry 2022-08-11 22:18:19 +02:00
Alexander Weiss
e36c397745 Add possibility to set/unset custom backend options 2022-08-11 20:57:44 +02:00
Alexander Weiss
9529610078 use Bytes instead of Vec<u8> 2022-08-11 20:57:44 +02:00
Alexander Weiss
53f860fb4f rest/rclone backend: Add retries 2022-08-11 20:57:44 +02:00
Alexander Weiss
565cb11369 packer: don't use temporary files 2022-08-11 20:57:44 +02:00
aawsome
c4013afe1f
Merge pull request #120 from rustic-rs/fix-clippy
fix clippy warnings
2022-08-11 20:57:12 +02:00
Alexander Weiss
a2ad1cec30 fix clippy warnings 2022-08-11 20:47:18 +02:00
aawsome
2382dbdb45
Merge pull request #118 from rustic-rs/ci-fix-typo
CI: fix typo
2022-08-10 22:32:14 +02:00
aawsome
17269ea8af
Merge pull request #116 from rustic-rs/escape-filenames
Add escaping of filenames (+support non-unicode filenames)
2022-08-10 21:13:26 +02:00
Alexander Weiss
70ab7d0134 CI: fix typo 2022-08-10 21:12:05 +02:00
Alexander Weiss
d6f9dbecee Add escaping of filenames 2022-08-10 21:03:14 +02:00
aawsome
effd7240bd
Merge pull request #115 from rustic-rs/local-be-truncate
local backend: truncate file to correct length (if it exists)
2022-08-08 20:02:48 +02:00
Alexander Weiss
da5e0d45ad local backend: truncate file to correct length (if it exists) 2022-08-08 19:56:14 +02:00
aawsome
f25f168b91
Merge pull request #109 from rustic-rs/docu-prune
Add more info about two-phase pruning
2022-08-07 20:43:16 +02:00
aawsome
13f46e60f7
Add more info about two-phase pruning
closes #108
2022-08-07 20:39:01 +02:00
aawsome
a6e4c0d39d
Merge pull request #104 from rustic-rs/restore-delete
restore: add --delete option
2022-08-05 06:57:54 +02:00
Alexander Weiss
d395e2e88a restore: add --delete options 2022-08-04 13:40:52 +02:00
aawsome
d659eab695
Merge pull request #103 from rustic-rs/ci-extra-pull
CI betas: use extra pull
2022-08-02 16:37:54 +02:00
Alexander Weiss
519a022792 CI betas: use extra pull 2022-08-02 16:37:15 +02:00
aawsome
3347e42a4f
Add infos about binaries in README 2022-08-02 08:51:31 +02:00
aawsome
24fe367334
Merge pull request #95 from rustic-rs/update-deps
update dependencies
2022-08-02 08:42:24 +02:00
aawsome
bdf38f5b07
Merge pull request #102 from rustic-rs/ci-update-rust-cache
CI: update rust-cache
2022-08-02 06:10:56 +02:00
Alexander Weiss
12a01e37fc CI: update rust-cache 2022-08-02 05:57:20 +02:00
aawsome
851c532a7d
Merge pull request #101 from rustic-rs/release-beta6
CI/beta builds: Add user/mail and set correct git dir
2022-08-01 23:28:34 +02:00
Alexander Weiss
870ccfae34 CI/beta builds: Add user/mail and set correct git dir 2022-08-01 23:27:40 +02:00
aawsome
78c691a327
Merge pull request #100 from rustic-rs/release-beta5
CI: correct repo name for beta builds
2022-08-01 23:15:52 +02:00
Alexander Weiss
9c5abb0e39 CI: correct repo name for beta builds 2022-08-01 23:15:03 +02:00