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.
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.