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

Missing Informations: Send Logs from borg client / borgmatic to API #30

Open
bpereto opened this issue Sep 14, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@bpereto
Copy link
Owner

bpereto commented Sep 14, 2020

borgbackup emits as few information as possible to the remote end (borg-hive in this case).
Discussion to this is here: borgbackup/borg#5173

Alternativ idea to log or provide more information to borg-hive is a client side hook. borgmatic provides a hook system, which could be extended for borg-hive.
https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/

this opens the possibility to store the borgmatic output in borg-hive or parse the repository information from it:

  • how many backups
  • timestamps
  • repo size
  • repo compressed size
  • repo deduplicated size

A server-side way would be more flexible and would avoid specific implementations for clients.

@bpereto bpereto added the enhancement New feature or request label Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant