mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-27 13:57:26 +08:00
Document restic output inconsistency
This commit is contained in:
parent
d76dea3599
commit
1496bfaac0
1 changed files with 15 additions and 1 deletions
|
|
@ -83,4 +83,18 @@ init command with `--json` parameter doesn't return JSON when it fails
|
||||||
Fatal: create repository at c:\testy failed: config file already exists
|
Fatal: create repository at c:\testy failed: config file already exists
|
||||||
|
|
||||||
- on bogus path
|
- on bogus path
|
||||||
Fatal: create repository at x:\testy failed: mkdir \\?: La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte.
|
Fatal: create repository at x:\testy failed: mkdir \\?: La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte.
|
||||||
|
|
||||||
|
### forget results insconsistenct (v0.17.2)
|
||||||
|
# NPF-RESTIC-00001
|
||||||
|
|
||||||
|
forget command returns exit code 0 when
|
||||||
|
|
||||||
|
Example with `restic forget myunknwonsnapshot`:
|
||||||
|
```
|
||||||
|
repository 73d4b440 opened (version 2, compression level auto)
|
||||||
|
Ignoring "myunknwonsnapshot": no matching ID found for prefix "myunknwonsnapshot"
|
||||||
|
|
||||||
|
echo $?
|
||||||
|
0
|
||||||
|
```
|
||||||
Loading…
Add table
Reference in a new issue