Björn Ketelaars
8fa7200540
Silence build warning on OpenBSD
...
While building rustic-0.5.2 on OpenBSD current:
```
warning: unused import: `anyhow::Context`
--> src/backend/local.rs:10:5
|
10 | use anyhow::Context;
| ^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> src/main.rs:23:5
|
23 | unused,
| ^^^^^^
= note: `#[warn(unused_imports)]` implied by `#[warn(unused)]`
```
Proposed diff should actually be part of 3d72aee .
2023-04-25 07:08:33 +02:00
aawsome
890fdb77fb
Merge pull request #606 from rustic-rs/prepare-0.5.2
...
prepare v0.5.2
2023-04-24 17:58:07 +02:00
Alexander Weiss
9099e99605
prepare v0.5.2
2023-04-24 17:44:43 +02:00
aawsome
c6659ce52c
Merge pull request #605 from rustic-rs/update-readme
...
Update README
2023-04-24 17:22:41 +02:00
Alexander Weiss
6fbf168960
Update README
2023-04-24 17:03:37 +02:00
aawsome
6a627aed25
Merge pull request #604 from rustic-rs/rework-config
...
rework config implementation
2023-04-24 13:47:05 +02:00
Alexander Weiss
b483587726
Rework config file processing / allow to reference other config files.
2023-04-24 13:18:43 +02:00
aawsome
7eea716ed7
Merge pull request #603 from thndrbrrr/allow-neg1-value-for-keep-options
...
forget: Interpret '--keep-X -1' as 'keep all X'
2023-04-24 07:45:13 +02:00
Torben Giesselmann
2aca80ddf7
forget: Interpret '--keep-* -1' as 'keep all'
2023-04-24 07:29:57 +02:00
aawsome
033f7a0b28
Merge pull request #602 from rustic-rs/diff-options
...
diff: remove unwanted options
2023-04-23 11:44:05 +02:00
aawsome
6050005845
Merge pull request #601 from rustic-rs/remove-getters+setters
...
Remove getters and setters from code
2023-04-22 22:32:58 +02:00
Alexander Weiss
a096eaad42
diff: remove unwanted options
2023-04-22 22:25:15 +02:00
aawsome
a0aecba5f5
Merge pull request #600 from rustic-rs/fix-stats
...
backup: fix dir stats
2023-04-22 22:05:06 +02:00
Alexander Weiss
762dd05190
Remove getters and setters from code
2023-04-22 21:56:33 +02:00
aawsome
b16569418a
Merge pull request #556 from rustic-rs/parallel-backup
...
Parallelize backup of files
2023-04-22 21:04:47 +02:00
Alexander Weiss
797126277c
backup: fix dir stats
2023-04-22 21:02:42 +02:00
Alexander Weiss
e8792ac5f1
backup: parallelize processing (especially for small files)
2023-04-22 20:56:57 +02:00
aawsome
88410511b1
Merge pull request #599 from rustic-rs/prune-repack-all
...
prune: Add option --repack-all
2023-04-22 20:55:54 +02:00
Alexander Weiss
4748d531c5
prune: Add option --repack-all
2023-04-22 20:34:04 +02:00
aawsome
78f95c5cd5
Merge pull request #598 from rustic-rs/dependabot/cargo/aho-corasick-1.0.1
...
build(deps): bump aho-corasick from 1.0.0 to 1.0.1
2023-04-22 13:39:28 +02:00
aawsome
fea611cb6f
Merge pull request #597 from rustic-rs/dependabot/cargo/clap_complete-4.2.1
...
build(deps): bump clap_complete from 4.2.0 to 4.2.1
2023-04-22 13:38:33 +02:00
dependabot[bot]
1323fa5c96
build(deps): bump aho-corasick from 1.0.0 to 1.0.1
...
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/BurntSushi/aho-corasick/releases )
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/1.0.0...1.0.1 )
---
updated-dependencies:
- dependency-name: aho-corasick
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-22 00:00:24 +00:00
dependabot[bot]
00ff85efa4
build(deps): bump clap_complete from 4.2.0 to 4.2.1
...
Bumps [clap_complete](https://github.com/clap-rs/clap ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.2.0...clap_complete-v4.2.1 )
---
updated-dependencies:
- dependency-name: clap_complete
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-22 00:00:13 +00:00
aawsome
a0692e8de3
Merge pull request #596 from rustic-rs/dependabot/cargo/libc-0.2.142
...
build(deps): bump libc from 0.2.141 to 0.2.142
2023-04-21 13:14:39 +02:00
dependabot[bot]
7d1555fdc7
build(deps): bump libc from 0.2.141 to 0.2.142
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.141 to 0.2.142.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.141...0.2.142 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 00:00:45 +00:00
aawsome
db556bb558
Merge pull request #594 from rustic-rs/dependabot/cargo/clap-4.2.4
...
build(deps): bump clap from 4.2.3 to 4.2.4
2023-04-20 07:54:45 +02:00
aawsome
645d8fce1a
Merge pull request #595 from rustic-rs/dependabot/cargo/dunce-1.0.4
...
build(deps): bump dunce from 1.0.3 to 1.0.4
2023-04-20 07:54:22 +02:00
dependabot[bot]
573aa3f484
build(deps): bump dunce from 1.0.3 to 1.0.4
...
Bumps [dunce](https://gitlab.com/kornelski/dunce ) from 1.0.3 to 1.0.4.
- [Release notes](https://gitlab.com/kornelski/dunce/tags )
- [Commits](https://gitlab.com/kornelski/dunce/compare/v1.0.3...v1.0.4 )
---
updated-dependencies:
- dependency-name: dunce
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 00:01:16 +00:00
dependabot[bot]
7dbe50bd2d
build(deps): bump clap from 4.2.3 to 4.2.4
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.2.3...v4.2.4 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 00:01:05 +00:00
aawsome
129b5a9d30
Merge pull request #591 from rustic-rs/optimize-sha
...
Use sha2 assembler optimization when possible
2023-04-19 07:42:29 +02:00
aawsome
dc17bffed2
Merge pull request #590 from rustic-rs/optimize-chunker
...
Optimize chunker
2023-04-19 06:48:44 +02:00
aawsome
c3067210e9
Merge pull request #592 from rustic-rs/dependabot/cargo/clap-4.2.3
...
build(deps): bump clap from 4.2.2 to 4.2.3
2023-04-19 06:09:36 +02:00
dependabot[bot]
6cd83c1ed8
build(deps): bump clap from 4.2.2 to 4.2.3
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.2.2...v4.2.3 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-19 00:00:41 +00:00
Alexander Weiss
6f1da74158
Optimize chunker
2023-04-18 22:44:32 +02:00
Alexander Weiss
34957af554
Use sha2 assembler optimization when possible
2023-04-18 22:32:07 +02:00
aawsome
23ae1e33e3
Merge pull request #589 from rustic-rs/dependabot/cargo/aho-corasick-1.0.0
...
build(deps): bump aho-corasick from 0.7.20 to 1.0.0
2023-04-18 09:06:25 +02:00
dependabot[bot]
1387fd7384
build(deps): bump aho-corasick from 0.7.20 to 1.0.0
...
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick ) from 0.7.20 to 1.0.0.
- [Release notes](https://github.com/BurntSushi/aho-corasick/releases )
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.20...1.0.0 )
---
updated-dependencies:
- dependency-name: aho-corasick
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 00:02:46 +00:00
aawsome
ba0600da20
Merge pull request #588 from rustic-rs/full-config
...
docu: Add config file containing all options
2023-04-17 17:02:44 +02:00
Alexander Weiss
b8227f076e
docu: Add config file containing all options
2023-04-17 16:57:34 +02:00
aawsome
ae41129064
Merge pull request #586 from rustic-rs/global-dry-run
...
Make --dry-run a global option
2023-04-16 10:56:14 +02:00
Alexander Weiss
c4b8ebf15c
Make --dry-run a global option
2023-04-16 09:53:19 +02:00
aawsome
fa3604b98e
Merge pull request #241 from rustic-rs/clap-v4
...
update clap to v4
2023-04-16 08:45:21 +02:00
Alexander Weiss
10db248507
Update to clap v4
2023-04-15 21:42:45 +02:00
aawsome
48570016e9
Merge pull request #581 from rustic-rs/dependabot/cargo/h2-0.3.17
...
build(deps): bump h2 from 0.3.16 to 0.3.17
2023-04-13 21:39:06 +02:00
dependabot[bot]
2e021aece2
build(deps): bump h2 from 0.3.16 to 0.3.17
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.16 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.16...v0.3.17 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 17:07:22 +00:00
Alexander Weiss
a2602cc105
set development version
2023-04-13 16:44:20 +02:00
Alexander Weiss
f11f82d7c4
prepare v0.5.1
2023-04-13 11:52:36 +02:00
aawsome
aff1e5e156
Merge pull request #579 from rustic-rs/fix-changed-dir
...
backup: only show changed dirs if there are changes
2023-04-13 11:16:44 +02:00
Alexander Weiss
5b2ae1798e
backup: only show changed dirs if there are changes
2023-04-13 10:57:26 +02:00
aawsome
9f0807078f
Merge pull request #578 from rustic-rs/dependabot/cargo/serde_json-1.0.96
...
build(deps): bump serde_json from 1.0.95 to 1.0.96
2023-04-13 06:26:28 +02:00