Is there a command to list files in a backup?

I may just not be able to find it but is there a command you can run to show you a list of files in a backup.

I tried the duplicacy cat command but that doesn’t give you a simple list.

The cat command shows something like this for every file:

{
  "gid": 1000,
  "hash": "",
  "mode": 2147847,
  "path": "gitea/project/.git/objects/9b/",
  "size": 4096,
  "time": 16590319,
  "uid": 1000
},

I can’t believe you there is no command to simply list files in a backup.

Every other backup solution I’ve ever used has this simple feature :frowning:

duplicacy history

or

duplicacy list -files
2 Likes