The COPY YES option does not create a backup image, so you cannot use the RESTORE command the way you tried. The data collected by that option contains information that is necessary to roll forward the LOAD command. The proper way of restoring a database in this situation would be to RESTORE a backup image taken before the LOAD, then ROLLFORWARD to a point in time after the LOAD.