From 1496bfaac08ff3c787a372780a7c3862c72926ad Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sun, 3 Nov 2024 14:38:12 +0100 Subject: [PATCH] Document restic output inconsistency --- RESTIC_CMDLINE_CONSISTENCY.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/RESTIC_CMDLINE_CONSISTENCY.md b/RESTIC_CMDLINE_CONSISTENCY.md index 3c22442..eb1e420 100644 --- a/RESTIC_CMDLINE_CONSISTENCY.md +++ b/RESTIC_CMDLINE_CONSISTENCY.md @@ -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 - 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. \ No newline at end of file +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 +``` \ No newline at end of file