In doing the incremental backup tester for WT-5215, I needed to add O_CREAT when opening the target backup file for writing when processing a WT_BACKUP_RANGE entry, even though the example did not do this. I suspect that this is because the example does not create any new tables between the full backup and the incremental. The example should be updated to cover the general case needed by developers.