Commit Graph

57 Commits

Author SHA1 Message Date
simonsan
7338c8d26c
refactor: Add metadata to crate manifests (#822) 2023-08-21 07:38:42 +02:00
simonsan
676e3c5946
ci: Lint markdown with dprint, run initial dprint fmt (#830) 2023-08-19 21:41:06 +02:00
aawsome
f528337113
feat(commands): add --json option to forget command (#806)
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
2023-08-16 18:41:13 +02:00
aawsome
ae8bb211e2
refactor: replace nom with shellwords to split strings (#752)
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
2023-08-16 18:18:09 +02:00
aawsome
a40daa11e7
fix: correct glob-matching for relative paths (#783)
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
2023-08-16 17:52:22 +02:00
dependabot[bot]
43d8dbda97
build(deps): bump rustdoc-json from 0.8.6 to 0.8.7 (#794)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 01:29:42 +02:00
dependabot[bot]
ee0130fb6d
build(deps): bump public-api from 0.31.2 to 0.31.3 (#796)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 00:35:36 +02:00
Alexander Weiss
3477669eb0 handle non-unicode link-targets 2023-08-01 06:46:38 +02:00
Alexander Weiss
a436fc4522 refactor diff command 2023-07-21 12:14:09 +02:00
Alexander Weiss
b0c9d7c8ab refactor repair command 2023-07-19 23:26:33 +02:00
aawsome
449f3fd13a
Merge pull request #764 from rustic-rs/refactor-merge
refactor merge command
2023-07-19 23:25:39 +02:00
dependabot[bot]
25d64fdc9e
build(deps): bump public-api from 0.29.1 to 0.31.2 (#695)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 16:54:16 +02:00
Alexander Weiss
74bc7ca304 refactor merge command 2023-07-18 16:39:09 +02:00
aawsome
35f0cb0df5
Merge pull request #720 from rustic-rs/retries
rest/rclone: make # of retries cusomizable and use sensible default
2023-07-17 21:16:57 +02:00
Alexander Weiss
5dc742b13f overwork API 2023-07-15 08:29:10 +02:00
Alexander Weiss
e7203f0106 Make examples nicer 2023-07-14 21:31:33 +02:00
Alexander Weiss
9f494313da refactor copy command 2023-07-14 16:10:06 +02:00
Alexander Weiss
ce40f1d42b refactor backup command 2023-07-13 22:26:24 +02:00
Alexander Weiss
e033ae9f5a refactor restore command 2023-07-10 23:01:54 +02:00
Alexander Weiss
5bd4fa53da rest/rclone: make # of retries cusomizable and use sensible default 2023-07-10 17:56:22 +02:00
Alexander Weiss
031823634a refactor list command 2023-07-08 07:58:25 +02:00
aawsome
f39e1e408b
Merge pull request #734 from rustic-rs/refactor-ls
Refactor ls command
2023-07-08 07:53:00 +02:00
Alexander Weiss
bbfd0cd464 refactor ls command 2023-07-07 20:31:00 +02:00
Alexander Weiss
a93efb171b refactor tag command 2023-07-07 20:25:05 +02:00
Alexander Weiss
61314c219e Move init command to rustic_core 2023-07-07 07:02:10 +02:00
Alexander Weiss
b79254a90e move config command to rustic_core 2023-07-07 07:02:10 +02:00
Alexander Weiss
e334423848 move key command to rustic_core 2023-07-07 07:02:10 +02:00
Alexander Weiss
21a0376b4e refactor repository opening 2023-07-07 06:25:52 +02:00
Alexander Weiss
d3f2e73dc8 use Repository states 2023-06-29 23:42:42 +02:00
Alexander Weiss
adea0c00fb move dump functionality to rustic_core 2023-06-27 11:48:39 +02:00
Alexander Weiss
0f553b5c31 move forget to rustic_core 2023-06-26 19:32:53 +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
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
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
Alexander Weiss
a71d0b2e49 move getting snapshots to rustic_core 2023-06-24 07:34:51 +02:00
Alexander Weiss
a4d64116c1 move prune into rustic_core 2023-06-23 17:03:07 +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
Ilia
c42f30b64d feat: wait for password-command to exit
useful for commands that requires interactive input
2023-06-22 21:14:31 +03:00
Ilia
a8df8a5504 feat: option to disable requiring git repository for git-ignore rules 2023-06-22 20:21:24 +03: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
Alexander Weiss
13e3f1bb91 restore: Download multiple contiguous blobs in one request 2023-06-18 22:18:08 +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
Alexander Weiss
eec8513bef rest backend: Allow null value in json 2023-06-14 06:27:30 +02:00