Commit Graph

27 Commits

Author SHA1 Message Date
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
Alexander Weiss
d50b95d88c make commands methods of repository structs 2023-06-13 08:26:34 +02:00
Alexander Weiss
cc636157f7 move cat functions to rustic_core 2023-06-12 23:48:29 +02:00
Alexander Weiss
36309e1e55 move check into rustic_core 2023-06-12 17:32:42 +02:00
Alexander Weiss
d8f7678097 remove comfy_table from rustic_core 2023-06-12 15:46:37 +02:00
Alexander Weiss
1f29a84a4f remove indicatif from rustic_core 2023-06-12 12:31:44 +02:00
Alexander Weiss
810abe79e2 replace some eprintln! 2023-06-07 06:57:10 +02:00
simonsan
b698cc57fc Refactor to library and cli application part
Co-authored-by: Alexander Weiss <alex@weissfam.de>
2023-06-06 08:51:43 +02:00