List all files of a specific snapshot (adding --long
to show more information):
restic ls --long SNAPSHOTID
Filter the files of a specific snapshot to show only the Downloads directory of a user:
restic ls --long SNAPSHOTID /C/Users/username/Downloads
Note that the path style is a bit weird as restic converts it to unix style. Please see restic ls --help
for more information.