aawsome

Results 430 comments of aawsome

@Schweber This is possible - but when uploading a version to crates.io, git dependencies are not allowed, only dependencies to projects/versions also released to crates.io...

I removed the error label because the abort is a different story (and I think it wouldn't help you to let rustic just gracefully exit in this case). The main...

@k9withabone has been implemented in https://github.com/rustic-rs/rustic_core/pull/216 (and should be available in the next nightly build)

For the `backup` command: All those information is saved in the snapshots. Try `rustic snapshots --long` or `rustic snapshots --json` to get the information. About `forget` and `prune`: Which information...

@AlphaJack You should be able to see that when using `--log-level=debug` (or `log-level = "debug"`) in the config profile.

As `~` is IMO just a special case of variable substitution (here the env variable `$HOME`), I'm closing this as duplicate of #942

I marked this as enhancement wish as currently there is no substitution of variables in the config file. See also #996

This feature is a bit more involved as there are more questions arising: - Do we only want variable substitution in filenames or elsewhere in the config? - Do we...

I would suggest to start with expanding env variables where `shellexpand` is also a good candidate. I would actually keep it really simple and just expand everything before we parse...

@Schweber Thanks for opening the issue! I also think we should improve error handling. For backup there are many cases for warnings However, note that #927 (which in fact means...