Commit Graph

1164 Commits

Author SHA1 Message Date
Alexander Weiss
adea0c00fb move dump functionality to rustic_core 2023-06-27 11:48:39 +02:00
aawsome
375585a9b1
Merge pull request #712 from rustic-rs/refactor-forget
move forget to rustic_core
2023-06-26 21:50:54 +02:00
Alexander Weiss
0f553b5c31 move forget to rustic_core 2023-06-26 19:32:53 +02:00
aawsome
5c7d18c589
Merge pull request #711 from rustic-rs/prune-no-time
Fix prune abort when time is unset for pack-to-delete + add test to check
2023-06-26 19:18:02 +02:00
Alexander Weiss
47a865c061 prune: Don't abort if time is unset for pack-to-delete 2023-06-26 09:19:04 +02:00
Alexander Weiss
bec4d7cbb9 fix rustfmt 2023-06-26 09:19:04 +02:00
aawsome
4250bb210e
Merge pull request #702 from Aderemi-Adesada/prompt_confirm_password
allow request for new key to confirm entered pass
2023-06-25 21:56:27 +02:00
Aderemi Adesada
088eabd489 enforce confirmation of key when prompting for new key 2023-06-25 20:43:12 +01:00
aawsome
5cfc0d0882
Merge pull request #709 from rustic-rs/refactor-warmup
move warm_up into rustic_core
2023-06-25 09:12:12 +02:00
aawsome
a146fd932f
Merge pull request #708 from rustic-rs/prune-example
prune: Add example using rustic_core
2023-06-25 08:26:39 +02:00
Alexander Weiss
b20f2ee8a7 move warm_up into rustic_core 2023-06-25 08:26:24 +02:00
Alexander Weiss
b18cc8d58b prune: Add example using rustic_core 2023-06-25 07:09:05 +02:00
aawsome
208cbe6728
Merge pull request #705 from rustic-rs/refactor-snapshots
move getting snapshots to rustic_core
2023-06-24 09:34:23 +02:00
Alexander Weiss
a71d0b2e49 move getting snapshots to rustic_core 2023-06-24 07:34:51 +02:00
aawsome
9f9dc234fe
Merge pull request #704 from rustic-rs/dependabot/cargo/clap-4.3.8
build(deps): bump clap from 4.3.5 to 4.3.8
2023-06-24 06:30:38 +02:00
aawsome
be4022ed0a
Merge pull request #703 from rustic-rs/refactor-prune
move prune into rustic_core
2023-06-24 06:30:17 +02:00
dependabot[bot]
6a6f302f1d
build(deps): bump clap from 4.3.5 to 4.3.8
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.5 to 4.3.8.
- [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.3.5...v4.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 23:59:55 +00:00
Alexander Weiss
a4d64116c1 move prune into rustic_core 2023-06-23 17:03:07 +02:00
aawsome
e3bb2706fb
Merge pull request #701 from rustic-rs/refactor-repoinfo
Refactor repoinfo
2023-06-23 13:47:43 +02:00
Alexander Weiss
8795c44757 repoinfo: Add options --json, --only-files, --only-index 2023-06-23 13:10:20 +02:00
Alexander Weiss
7269708eff move repoinfo to library 2023-06-23 13:09:01 +02:00
aawsome
f420717977
Merge pull request #699 from istudyatuni/wait-password-command
feat: wait for password-command to exit
2023-06-22 21:16:42 +02:00
Ilia
c42f30b64d feat: wait for password-command to exit
useful for commands that requires interactive input
2023-06-22 21:14:31 +03:00
aawsome
393afe4ebb
Merge pull request #698 from istudyatuni/require-git
feat: option to disable requiring git repository for git-ignore rules
2023-06-22 19:24:00 +02:00
Ilia
a8df8a5504 feat: option to disable requiring git repository for git-ignore rules 2023-06-22 20:21:24 +03:00
aawsome
f75a013700
Merge pull request #697 from rustic-rs/dependabot/cargo/clap-4.3.5
build(deps): bump clap from 4.3.4 to 4.3.5
2023-06-21 22:42:31 +02:00
dependabot[bot]
bba5bc502d
build(deps): bump clap from 4.3.4 to 4.3.5
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.5.
- [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.3.4...v4.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 00:01:03 +00:00
aawsome
5ae52a6818
Merge pull request #693 from rustic-rs/noprogress
rustic_core: Add NoProgress and NoProgressBars (e.g. for examples)
2023-06-20 22:26:33 +02:00
Alexander Weiss
2342c5bb48 put ProgressBars into Repository struct 2023-06-20 22:07:28 +02:00
Alexander Weiss
0317ed5905 Add check example 2023-06-20 22:06:51 +02:00
Alexander Weiss
ceb89c6fda rustic_core: Add NoProgress and NoProgressBars (e.g. for examples) 2023-06-20 22:06:04 +02:00
aawsome
2e4e18fed5
Merge pull request #696 from rustic-rs/dependabot/cargo/rhai-1.15.0
build(deps): bump rhai from 1.14.0 to 1.15.0
2023-06-20 19:14:53 +02:00
aawsome
7db01b7de0
Merge pull request #694 from rustic-rs/restore-create-later
restore: create files just before processing
2023-06-20 19:13:37 +02:00
dependabot[bot]
d116c43e27
build(deps): bump rhai from 1.14.0 to 1.15.0
Bumps rhai from 1.14.0 to 1.15.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 00:04:57 +00:00
Alexander Weiss
8ed190af6b restore: create files just before processing 2023-06-19 21:51:30 +02:00
aawsome
35c83e43b6
Merge pull request #624 from rustic-rs/enhance-restore
restore: Download multiple contiguous blobs in one request
2023-06-19 21:50:31 +02:00
Alexander Weiss
13e3f1bb91 restore: Download multiple contiguous blobs in one request 2023-06-18 22:18:08 +02:00
aawsome
33a853f48c
Merge pull request #690 from rustic-rs/dependabot/cargo/serde_json-1.0.97
build(deps): bump serde_json from 1.0.96 to 1.0.97
2023-06-17 22:19:02 +02:00
dependabot[bot]
4c22600073
build(deps): bump serde_json from 1.0.96 to 1.0.97
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.97.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.97)

---
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-06-17 00:00:40 +00:00
aawsome
2a7a78bdcc
Merge pull request #686 from rustic-rs/dependabot/cargo/sha2-0.10.7
build(deps): bump sha2 from 0.10.6 to 0.10.7
2023-06-16 06:52:55 +02:00
dependabot[bot]
11ab7aeff9
build(deps): bump sha2 from 0.10.6 to 0.10.7
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.10.7.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.6...sha2-v0.10.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 00:00:37 +00:00
aawsome
c5915ac772
Merge pull request #684 from rustic-rs/dependabot/cargo/clap-4.3.4
build(deps): bump clap from 4.3.3 to 4.3.4
2023-06-15 17:05:51 +02:00
dependabot[bot]
7f2d547b8a
build(deps): bump clap from 4.3.3 to 4.3.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.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.3.3...v4.3.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-06-15 13:32:39 +00:00
aawsome
52963b6dab
Merge pull request #685 from rustic-rs/replace-users 2023-06-15 15:31:36 +02:00
Alexander Weiss
9fef173167 replace users crate 2023-06-15 11:20:02 +02:00
Alexander Weiss
c8cfe28f51 rest/rclone backend: Set default timeout to 10min 2023-06-14 21:17:47 +02:00
aawsome
e0742675cc
Merge pull request #682 from rustic-rs/rest-null
rest backend: Allow null value in json
2023-06-14 14:15:34 +02:00
Alexander Weiss
4974c7d701 Adapt changelog 2023-06-14 06:31:25 +02:00
Alexander Weiss
eec8513bef rest backend: Allow null value in json 2023-06-14 06:27:30 +02:00
aawsome
ea64c351d8
Merge pull request #680 from rustic-rs/tls
change tls to tls-native-roots
2023-06-14 06:25:17 +02:00