Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement additional restic functionality #19

Open
YannikBramkamp opened this issue Dec 24, 2020 · 1 comment · May be fixed by #20
Open

Implement additional restic functionality #19

YannikBramkamp opened this issue Dec 24, 2020 · 1 comment · May be fixed by #20
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@YannikBramkamp
Copy link
Contributor

Make already existing functions such as ListSnapshots available via flags or commands.

@YannikBramkamp YannikBramkamp added enhancement New feature or request wip labels Dec 24, 2020
@YannikBramkamp YannikBramkamp self-assigned this Dec 24, 2020
@YannikBramkamp YannikBramkamp linked a pull request Dec 24, 2020 that will close this issue
YannikBramkamp added a commit to YannikBramkamp/brudi that referenced this issue Jan 11, 2021
@YannikBramkamp YannikBramkamp added the question Further information is requested label Jan 12, 2021
@YannikBramkamp
Copy link
Contributor Author

Current state:

Additional flags:

  • --restic-check:
    Checks repository integrity with restic check. Should be useful
  • --restic-prune:
    Removes any unneeded data left by for example restic forget with restic prune. Could be run after --forget
  • --restic-rebuild-index:
    Rebuilds repository index with restic rebuild-index. Potentially useful, although maybe not as a flag that is run after restic backup?
  • --restic-snapshots:
    List snapshots in repository with restic snapshots. Potentially useful, but maybe more in conjunction with a "blank" command?
  • --restic-tags:
    Edit tags of snapshots with restic tag. Limited usefulness, especially es a flag.

In summary, as far as I can see, the first three flags would be actually useful as a flag, while --restic-tags and --restic-snapshots would be more limited in usefulness. Would it be worth considering to create a "maintenance" command that could be used to run those flags?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant