Currently I have setup:
Backup Job 1 - paths A and B
Backup Job 2 - paths A and B and C
if I do restic snapshots --path A --path B
I get snapshots from both jobs. Is there a way to force the match to be complete (so no snapshots from job 2)
The reason I need this is that I am using the output to get the last two snapshots from a job which I feed to restic diff
to see what has changed in last snapshot but currently having the list include snapshots from both is causing problems.