Alexander Weiss
|
dec758d4e8
|
backup: fix problem with multiple sources in config
|
2023-03-07 15:18:57 +01:00 |
|
Alexander Weiss
|
8870bd6843
|
update changelog
|
2023-03-07 11:49:40 +01:00 |
|
aawsome
|
506e9ba435
|
Merge pull request #474 from rustic-rs/dump
Add dump command
|
2023-03-07 11:37:13 +01:00 |
|
Alexander Weiss
|
b4e31a679e
|
Add dump command
|
2023-03-07 10:25:08 +01:00 |
|
aawsome
|
0a1e559970
|
Merge pull request #473 from rustic-rs/check-readdata-progress
check --read-data: Show progress in bytes
|
2023-03-07 09:47:58 +01:00 |
|
aawsome
|
eaa0ee34f4
|
Merge pull request #468 from rustic-rs/dependabot/cargo/rayon-1.7.0
build(deps): bump rayon from 1.6.1 to 1.7.0
|
2023-03-07 09:33:16 +01:00 |
|
aawsome
|
bf02d69361
|
Merge pull request #469 from rustic-rs/dependabot/cargo/serde_json-1.0.94
build(deps): bump serde_json from 1.0.93 to 1.0.94
|
2023-03-07 09:30:59 +01:00 |
|
aawsome
|
32958f0f14
|
Merge pull request #470 from rustic-rs/dependabot/cargo/thiserror-1.0.39
build(deps): bump thiserror from 1.0.38 to 1.0.39
|
2023-03-07 09:22:23 +01:00 |
|
Alexander Weiss
|
07cac74cce
|
check --read-data: Show progress in bytes
|
2023-03-07 09:16:31 +01:00 |
|
dependabot[bot]
|
1305f985cf
|
build(deps): bump thiserror from 1.0.38 to 1.0.39
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-07 00:12:47 +00:00 |
|
dependabot[bot]
|
ace3cf221f
|
build(deps): bump serde_json from 1.0.93 to 1.0.94
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94)
---
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-03-07 00:12:43 +00:00 |
|
dependabot[bot]
|
6ce3380dc5
|
build(deps): bump rayon from 1.6.1 to 1.7.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.6.1...rayon-core-v1.7.0)
---
updated-dependencies:
- dependency-name: rayon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-07 00:12:27 +00:00 |
|
aawsome
|
c2f87145ac
|
Merge pull request #458 from rustic-rs/multiple_sources
Allow multiple sources within one snapshot
|
2023-03-05 23:14:26 +01:00 |
|
Alexander Weiss
|
b7b776b472
|
Allow multiple sources within one snapshot
|
2023-03-05 04:36:11 +01:00 |
|
aawsome
|
b0f85ae81e
|
Merge pull request #464 from rustic-rs/fix-backup-config
re-allow to use [[backup.sources]] in config file
|
2023-03-05 04:33:08 +01:00 |
|
Alexander Weiss
|
7936d85e6c
|
re-allow to use [[backup.sources]] in config file
|
2023-03-05 04:18:51 +01:00 |
|
aawsome
|
3fa092cbf0
|
Merge pull request #462 from rustic-rs/toml-error
TOML config: Abort with error on unknown fields
|
2023-03-04 13:17:35 +01:00 |
|
Alexander Weiss
|
52d01e962e
|
TOML config: Abort with error on unknown fields
|
2023-03-04 13:08:19 +01:00 |
|
Alexander Weiss
|
41bc908487
|
added new changelog
|
2023-03-04 08:07:43 +01:00 |
|
Alexander Weiss
|
371c31acd0
|
fix help text for --dry-run
|
2023-03-04 08:05:30 +01:00 |
|
aawsome
|
3c5c28b4e2
|
Merge pull request #372 from rustic-rs/dependabot/cargo/base64-0.21.0
build(deps): bump base64 from 0.20.0 to 0.21.0
|
2023-03-03 20:48:22 +01:00 |
|
aawsome
|
3f73a6c0ac
|
Merge pull request #456 from rustic-rs/dependabot/cargo/simplelog-0.12.1
build(deps): bump simplelog from 0.12.0 to 0.12.1
|
2023-03-03 11:23:32 +01:00 |
|
dependabot[bot]
|
e880552adf
|
build(deps): bump simplelog from 0.12.0 to 0.12.1
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.12.0...v0.12.1)
---
updated-dependencies:
- dependency-name: simplelog
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-03 07:52:40 +00:00 |
|
Alexander Weiss
|
df71cef06f
|
correct 0.4.4 changelog
|
2023-03-03 06:29:12 +01:00 |
|
Alexander Weiss
|
bfc3867e14
|
set development version
|
2023-03-03 06:28:11 +01:00 |
|
aawsome
|
f44c1bbde4
|
Merge pull request #453 from rustic-rs/prepare-0.4.4
prepare v0.4.4
|
2023-02-28 21:25:30 +01:00 |
|
Alexander Weiss
|
a464c6a5d1
|
prepare v0.4.4
|
2023-02-28 21:05:54 +01:00 |
|
dependabot[bot]
|
0cc9e50cd2
|
build(deps): bump base64 from 0.20.0 to 0.21.0
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.20.0...v0.21.0)
---
updated-dependencies:
- dependency-name: base64
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-26 20:28:32 +00:00 |
|
aawsome
|
c37352adee
|
Merge pull request #448 from rustic-rs/local-backend-hooks
Local backend hooks
|
2023-02-26 21:27:24 +01:00 |
|
Alexander Weiss
|
27dac7e3e6
|
helpers: remove unnecessay mut
|
2023-02-26 21:11:29 +01:00 |
|
Alexander Weiss
|
21faf9c596
|
Add par2 example
|
2023-02-26 21:11:29 +01:00 |
|
Alexander Weiss
|
2bfff0d47b
|
local backend: Add hooks
|
2023-02-26 21:11:29 +01:00 |
|
aawsome
|
a2522b9a6d
|
Merge pull request #447 from rustic-rs/dependabot/cargo/bytesize-1.2.0
build(deps): bump bytesize from 1.1.0 to 1.2.0
|
2023-02-26 06:38:23 +01:00 |
|
dependabot[bot]
|
4cb126a9b5
|
build(deps): bump bytesize from 1.1.0 to 1.2.0
Bumps [bytesize](https://github.com/hyunsik/bytesize) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/hyunsik/bytesize/releases)
- [Commits](https://github.com/hyunsik/bytesize/compare/v1.1.0...v1.2.0)
---
updated-dependencies:
- dependency-name: bytesize
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-25 00:04:52 +00:00 |
|
aawsome
|
49943c86b2
|
Merge pull request #444 from rustic-rs/backup-output
backup: add option --json
|
2023-02-24 10:00:41 +01:00 |
|
Alexander Weiss
|
5ba33dded0
|
backup: add option --json
|
2023-02-24 09:26:17 +01:00 |
|
aawsome
|
cd930ef7c8
|
Merge pull request #442 from fa993/main
Read password from file not containing trailing newline
|
2023-02-23 11:46:50 +01:00 |
|
ameyakore
|
3a7f12d670
|
fix: removed error in case of password in file not ending with \n
|
2023-02-23 15:24:27 +05:30 |
|
aawsome
|
2ac652fb8d
|
Merge pull request #439 from rustic-rs/dependabot/cargo/self_update-0.36.0
build(deps): bump self_update from 0.35.0 to 0.36.0
|
2023-02-21 21:11:49 +01:00 |
|
dependabot[bot]
|
ac3527cfb6
|
build(deps): bump self_update from 0.35.0 to 0.36.0
Bumps [self_update](https://github.com/jaemk/self_update) from 0.35.0 to 0.36.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>
|
2023-02-21 00:11:24 +00:00 |
|
aawsome
|
62ef61dc10
|
Merge pull request #437 from rustic-rs/label-default
group-by: default to host,label,path
|
2023-02-20 22:33:10 +01:00 |
|
Alexander Weiss
|
fb172ad09e
|
group-by: default to host,label,path
|
2023-02-20 22:29:44 +01:00 |
|
aawsome
|
256fcadb5c
|
Merge pull request #435 from rustic-rs/single-file
diff/restore: Treat single file destination properly
|
2023-02-19 07:14:25 +01:00 |
|
Alexander Weiss
|
db671febfd
|
diff/restore: Treat single file destination properly
|
2023-02-18 21:01:16 +01:00 |
|
aawsome
|
f4fb414cc0
|
Merge pull request #424 from rustic-rs/dependabot/cargo/self_update-0.35.0
build(deps): bump self_update from 0.34.0 to 0.35.0
|
2023-02-14 15:43:07 +01:00 |
|
dependabot[bot]
|
60cf1758c0
|
build(deps): bump self_update from 0.34.0 to 0.35.0
Bumps [self_update](https://github.com/jaemk/self_update) from 0.34.0 to 0.35.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>
|
2023-02-14 00:15:00 +00:00 |
|
aawsome
|
de6c678b11
|
Merge pull request #422 from rustic-rs/dependabot/cargo/filetime-0.2.20
build(deps): bump filetime from 0.2.19 to 0.2.20
|
2023-02-09 21:51:33 +01:00 |
|
aawsome
|
0da43c4266
|
Merge pull request #423 from rustic-rs/dependabot/cargo/serde_json-1.0.93
build(deps): bump serde_json from 1.0.92 to 1.0.93
|
2023-02-09 16:04:58 +01:00 |
|
dependabot[bot]
|
98fec5101a
|
build(deps): bump serde_json from 1.0.92 to 1.0.93
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93)
---
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-02-08 23:08:28 +00:00 |
|
dependabot[bot]
|
29fc88681f
|
build(deps): bump filetime from 0.2.19 to 0.2.20
Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.19 to 0.2.20.
- [Release notes](https://github.com/alexcrichton/filetime/releases)
- [Commits](https://github.com/alexcrichton/filetime/compare/0.2.19...0.2.20)
---
updated-dependencies:
- dependency-name: filetime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-08 23:08:02 +00:00 |
|