Listing blobs...
Listed 17 blobs.
ERROR unable to parse snapshot manifest k824b5107b13b381cb832c7ed16dbeaa2: snapshot not found
Finished processing 0 objects.
ERROR found 0 of the 1 requested snapshot IDs to verify
I have tried different snapshot-IDs with and without quotation marks, verify without further flags,… same error.
time kopia --config-file=$HOME/.config/kopia/repository.config snapshot create $pathToSnapshot; kopia_exit_status="$?"; printf "%s\n" "exit code: $kopia_exit_status"
Snapshotting user@host:$pathToSnapshot ...
* 0 hashing, 3 hashed (30.3 MB), 0 cached (0 B), uploaded 24.8 MB, estimating...
Created snapshot with root kc9c25d526595cb6114c611ad5d5b6a0f and ID c5488bd7509fa100aa10c9ede4fcbf57 in 0s
real 0m0.528s
user 0m0.452s
sys 0m0.096s
exit code: 0
It appears kopia snapshot list --show-identical --all --config-file=$HOME/.config/kopia/repository.config "$user@host:$pathToSnapshot" only reports the root ID (eg: kc9c25d526595cb6114c611ad5d5b6a0f) vs the actual snapshot ID (c5488bd7509fa100aa10c9ede4fcbf57).
Wow, thank you all for your answers and especially @97b4958b055b for identifying the problem!
Glad my question wasn’t entirely stupid.
With the other ID it seems to work