Locating files that were backed up unintentionally

restic ls --long SNAPSHOTID | sort -k 4

If you are sure that ‘unintentional’ files are always bigger than a certain size you can use the --exclude-larger-than flag when doing backups.

1 Like