npbackup/TODO.md
2023-02-01 17:29:23 +01:00

33 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## List of features that would be nice to have
- Cube qemu plugin
- Fallback server when primary repo is not available
- Shall we also include the recent backup job verification ?
- Example of a bad remote repo path:
Fatal: unable to open config file: Head "https:/user:***@bad.example.tld/user/config": dial tcp: lookup bad.example.tld: no such host
- Example of a bad auth:
Fatal: unable to open config file: unexpected HTTP response (401): 401 Unauthorized
Is there a repository at the following location?
- Example of a good path, good auth but no repo initialized:
Fatal: unable to open config file: <config/> does not exist
Is there a repository at the following location?
- Example: bad password
Fatal: wrong password or no key found
- Example: non reachable server:
Fatal: unable to open config file: Head "https://user:***@good.example.tld/user/config": dial tcp [ipv6]:443: connectex: Une tentative de connexion a échoué car le parti connecté na pas répondu convenablement au-delà dune certaine durée ou une connexion établie a échoué car lhôte de connexion na pas répondu.
Is there a repository at the following location?
rest:https://user:***@good.example.tld/user/
- Linux installer script
- Windows installer GUI
- Create task from GUI