Skip to content

aura -Bc <states-to-retain> not working? #915

Answered by fosskers
xfzv asked this question in Q&A
Discussion options

You must be logged in to vote

Here's the output from -Bh:

Options:
  -c, --clean              Remove all snapshots without matching tarballs in the cache

And the corresponding flag in Rust:

    /// Remove all snapshots without matching tarballs in the cache.
    #[clap(group = "backup", long, short, display_order = 1)]
    pub clean: bool,

So the manpage must be out of date. Thanks for finding this. It looks like the Guide and info aura are correct, though.

In future, please open an Issue for things like this, and not a Discussion. Discussion are a bit harder to manage as bug reports. Thanks!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fosskers
Comment options

Answer selected by xfzv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants