your problem is the ::continue:: is inside the loop try this.
for i = 1, #backupSource do if i == 2 then goto continue end end ::continue::
Try and let me know