aawsome
|
205da96957
|
Merge pull request #202 from rustic-rs/dependabot/cargo/tokio-1.21.1
build(deps): bump tokio from 1.21.0 to 1.21.1
|
2022-09-14 06:39:35 +02:00 |
|
aawsome
|
e5fc206503
|
Merge pull request #200 from rustic-rs/dependabot/cargo/thiserror-1.0.35
build(deps): bump thiserror from 1.0.34 to 1.0.35
|
2022-09-14 06:38:48 +02:00 |
|
aawsome
|
8765668f6c
|
Merge pull request #203 from rustic-rs/dependabot/cargo/itertools-0.10.4
build(deps): bump itertools from 0.10.3 to 0.10.4
|
2022-09-14 06:38:02 +02:00 |
|
dependabot[bot]
|
2bfd5148b8
|
build(deps): bump itertools from 0.10.3 to 0.10.4
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.3...v0.10.4)
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-14 00:02:58 +00:00 |
|
dependabot[bot]
|
5e7815ff7a
|
build(deps): bump tokio from 1.21.0 to 1.21.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.0...tokio-1.21.1)
---
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-14 00:02:54 +00:00 |
|
dependabot[bot]
|
2da2a58b9e
|
build(deps): bump thiserror from 1.0.34 to 1.0.35
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35)
---
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-14 00:02:43 +00:00 |
|
aawsome
|
71c48da94c
|
Merge pull request #194 from istudyatuni/build/strip
ci: strip via config, not manually
|
2022-09-13 23:36:46 +02:00 |
|
aawsome
|
2052c3163a
|
Merge pull request #18 from rustic-rs/ci-security
add rust audit
|
2022-09-13 23:28:52 +02:00 |
|
Alexander Weiss
|
b069be61c7
|
add rust audit
|
2022-09-13 23:23:32 +02:00 |
|
Alexander Weiss
|
b3dd801d99
|
use chrono without time
|
2022-09-13 23:23:08 +02:00 |
|
aawsome
|
fcb3336dc4
|
Merge pull request #199 from rustic-rs/fix-chunker
Fix chunker and increase buffer.
|
2022-09-13 23:05:01 +02:00 |
|
aawsome
|
4716062dbc
|
Merge pull request #192 from rustic-rs/dependabot/cargo/serde_with-2.0.1
build(deps): bump serde_with from 2.0.0 to 2.0.1
|
2022-09-13 23:02:24 +02:00 |
|
aawsome
|
9fe44cc8fe
|
Merge pull request #196 from rustic-rs/dependabot/cargo/clap-3.2.21
build(deps): bump clap from 3.2.20 to 3.2.21
|
2022-09-13 23:01:34 +02:00 |
|
Alexander Weiss
|
bbe144cd7f
|
chunker: increase buffer size to 64kiB
|
2022-09-13 22:59:34 +02:00 |
|
Alexander Weiss
|
f502848b1f
|
chunker: allow chunks of MIN_SIZE
|
2022-09-13 22:51:05 +02:00 |
|
dependabot[bot]
|
dfcaa85319
|
build(deps): bump clap from 3.2.20 to 3.2.21
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.21.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.21/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.20...v3.2.21)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-12 23:45:41 +00:00 |
|
Ilia
|
824eb80944
|
ci: strip via config, not manually
|
2022-09-12 09:17:16 +03:00 |
|
dependabot[bot]
|
ef3f002a03
|
build(deps): bump serde_with from 2.0.0 to 2.0.1
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v2.0.0...v2.0.1)
---
updated-dependencies:
- dependency-name: serde_with
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-09 23:35:27 +00:00 |
|
aawsome
|
da684f23c5
|
Merge pull request #189 from rustic-rs/prune-no-resize
prune: Add option --no-resize
|
2022-09-09 13:58:01 +02:00 |
|
aawsome
|
edcadfc226
|
Merge pull request #190 from rustic-rs/dependabot/cargo/self_update-0.31.0
build(deps): bump self_update from 0.30.0 to 0.31.0
|
2022-09-09 13:57:42 +02:00 |
|
dependabot[bot]
|
fdf37256ab
|
build(deps): bump self_update from 0.30.0 to 0.31.0
Bumps [self_update](https://github.com/jaemk/self_update) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/jaemk/self_update/releases)
- [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/self_update/commits)
---
updated-dependencies:
- dependency-name: self_update
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-07 23:34:57 +00:00 |
|
Alexander Weiss
|
6368379234
|
prune: Add option --no-resize
|
2022-09-07 17:40:55 +02:00 |
|
aawsome
|
ba8633099b
|
Merge pull request #187 from rustic-rs/binary-name
change binary name to rustic
|
2022-09-06 09:40:52 +02:00 |
|
aawsome
|
827375a1d7
|
Merge pull request #186 from rustic-rs/prune-repack-targetsize
prune: Only resize if target packsize is reached
|
2022-09-06 09:00:10 +02:00 |
|
aawsome
|
9c922311f6
|
Merge pull request #184 from rustic-rs/dependabot/cargo/serde-aux-4.0.0
build(deps): bump serde-aux from 3.2.0 to 4.0.0
|
2022-09-06 08:58:10 +02:00 |
|
Alexander Weiss
|
284b0f8376
|
change binary name to rustic
|
2022-09-06 08:51:10 +02:00 |
|
Alexander Weiss
|
413507af44
|
prune: Only resize if target packsize is reached
|
2022-09-06 08:43:04 +02:00 |
|
dependabot[bot]
|
87d0b56a17
|
build(deps): bump serde-aux from 3.2.0 to 4.0.0
Bumps [serde-aux](https://github.com/vityafx/serde-aux) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/vityafx/serde-aux/releases)
- [Commits](https://github.com/vityafx/serde-aux/commits)
---
updated-dependencies:
- dependency-name: serde-aux
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-06 00:05:33 +00:00 |
|
aawsome
|
b60fe68ed7
|
Merge pull request #183 from rustic-rs/prune-repack-max
prune: fix max-repack option
|
2022-09-05 21:13:17 +02:00 |
|
Alexander Weiss
|
3156145a73
|
prune: fix max-repack option
|
2022-09-05 20:52:42 +02:00 |
|
aawsome
|
fe04fbccd8
|
Merge pull request #180 from rustic-rs/forget-ids
forget: Don't apply keep policy for given ids
|
2022-09-05 17:20:47 +02:00 |
|
Alexander Weiss
|
9225fb914f
|
forget: Don't apply keep policy for given ids
|
2022-09-05 17:00:20 +02:00 |
|
aawsome
|
ad7385616c
|
Merge pull request #178 from rustic-rs/update-deps
update dependencies
|
2022-09-05 16:51:13 +02:00 |
|
Alexander Weiss
|
b7a6e533c8
|
update dependencies
|
2022-09-05 16:21:13 +02:00 |
|
aawsome
|
28686cd013
|
Merge pull request #169 from rustic-rs/add-config
Add config file support
|
2022-09-05 15:46:24 +02:00 |
|
aawsome
|
f78d7530a4
|
Merge pull request #175 from rustic-rs/dependabot/cargo/sha2-0.10.5
|
2022-09-04 14:56:39 +02:00 |
|
aawsome
|
42372c62f3
|
Merge pull request #174 from rustic-rs/dependabot/cargo/sha1-0.10.4
|
2022-09-04 14:56:08 +02:00 |
|
aawsome
|
14d7497a57
|
Merge pull request #173 from rustic-rs/dependabot/cargo/clap-3.2.20
build(deps): bump clap from 3.2.19 to 3.2.20
|
2022-09-03 08:11:55 +02:00 |
|
Alexander Weiss
|
aaa5b4f4d5
|
Add config file support
|
2022-09-03 04:41:36 +02:00 |
|
aawsome
|
f602535e4d
|
Merge pull request #177 from rustic-rs/backup-multiple
backup: Allow multiple sources
|
2022-09-03 04:33:53 +02:00 |
|
Alexander Weiss
|
3c77efb181
|
backup: Allow multiple sources
|
2022-09-03 04:09:13 +02:00 |
|
dependabot[bot]
|
3ad59e6625
|
build(deps): bump sha2 from 0.10.3 to 0.10.5
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.3...sha2-v0.10.5)
---
updated-dependencies:
- dependency-name: sha2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-03 00:55:11 +00:00 |
|
dependabot[bot]
|
a4caa4bbb1
|
build(deps): bump sha1 from 0.10.2 to 0.10.4
Bumps [sha1](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.4.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha1-v0.10.2...sha1-v0.10.4)
---
updated-dependencies:
- dependency-name: sha1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-03 00:54:54 +00:00 |
|
dependabot[bot]
|
aecb224353
|
build(deps): bump clap from 3.2.19 to 3.2.20
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.20.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-03 00:54:46 +00:00 |
|
aawsome
|
e5f77ca443
|
Merge pull request #172 from rustic-rs/snapshots-default-grouping
snapshots: group by hosts and paths as default
|
2022-09-02 20:40:30 +02:00 |
|
Alexander Weiss
|
ccb80dd75d
|
snapshots: group by hosts and paths as default
|
2022-09-02 20:35:44 +02:00 |
|
aawsome
|
deb651e75b
|
Merge pull request #170 from rustic-rs/duplicate-snapshots
snapshots: summarize snapshots with identical trees
|
2022-09-01 13:32:52 +02:00 |
|
aawsome
|
e9cefa5c4b
|
Merge pull request #167 from rustic-rs/dependabot/cargo/thiserror-1.0.33
build(deps): bump thiserror from 1.0.32 to 1.0.33
|
2022-09-01 13:27:57 +02:00 |
|
aawsome
|
28a54b577c
|
Merge pull request #168 from rustic-rs/dependabot/cargo/anyhow-1.0.63
build(deps): bump anyhow from 1.0.62 to 1.0.63
|
2022-09-01 13:27:03 +02:00 |
|
Alexander Weiss
|
a06546e159
|
snapshots: summarize snapshots with identical trees
|
2022-09-01 13:25:53 +02:00 |
|