Commit Graph

1041 Commits

Author SHA1 Message Date
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
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
aawsome
0b59e85acf
Merge pull request #574 from rustic-rs/dependabot/cargo/serde-1.0.160
build(deps): bump serde from 1.0.159 to 1.0.160
2023-04-13 06:25:55 +02:00
dependabot[bot]
c41bf7b811
build(deps): bump serde_json from 1.0.95 to 1.0.96
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.96.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.95...v1.0.96)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 00:00:37 +00:00
aawsome
667e5469a9
Merge pull request #577 from rustic-rs/restore-symlink
restore: Don't follow symlinks when setting time/modes
2023-04-12 23:13:52 +02:00
Alexander Weiss
bad5fb2360 restore: Don't follow symlinks when setting time/modes 2023-04-12 22:55:14 +02:00
dependabot[bot]
1c63801e3f
build(deps): bump serde from 1.0.159 to 1.0.160
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.159 to 1.0.160.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.159...v1.0.160)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 20:22:03 +00:00
aawsome
5322d4e4b9
Merge pull request #576 from rustic-rs/stdin-filename
backup: Fix --stdin-filename
2023-04-12 22:19:00 +02:00
Alexander Weiss
27d1731d26 backup: Fix --stdin-filename 2023-04-12 21:34:58 +02:00
aawsome
a3b2d1964a
Merge pull request #572 from rustic-rs/restore-exclude
restore/ls: Add glob options to include/exclude patterns
2023-04-10 20:24:33 +02:00
Alexander Weiss
dbf6ec7493 restore/ls: Add glob options to include/exclude patterns 2023-04-09 23:31:45 +02:00
Alexander Weiss
4faa4a3ebd Revert "restore: Add glob options to include/exclude patterns"
This reverts commit 9daee094cd.
2023-04-09 23:29:06 +02:00
Alexander Weiss
9daee094cd restore: Add glob options to include/exclude patterns 2023-04-09 23:27:06 +02:00
aawsome
943d067033
Merge pull request #571 from rustic-rs/update-deps
Update dependencies
2023-04-09 22:19:04 +02:00