why ls lists this file without path?
restic -r rest:http://user:passhidden@10.0.20.45:8002/ --password-file=/etc/ltr/perbackup1-2022.restic_01.pwd ls 900303d3
repository 58b651fa opened (repository version 2) successfully, password is correct
snapshot 900303d3 of [/etc/ltr/test-err.yaml] filtered by [] at 2022-12-04 11:10:53.196234524 +0100 CET):
/test-err.yaml
dump without full path works:
restic -r rest:http://user:passhidden@10.0.20.45:8002/ --password-file=/etc/ltr/perbackup1-2022.restic_01.pwd dump 900303d3 /test-err.yaml
i dont understand that behavior.