Quick post, using find to list all files modified since a particular timestamp (e.g. since the last backup) in a folder:

find /path/to/directory -newermt '2022-08-07T00:00:00'