May i sugest that you use a post backup command to call a RoboCopy script that will copy the internal disk to the USB disk and keep this disk in the exact state (replica) of the internal disk.
This is how i would do this ;-
Download RoboCopy from Microsoft and copy into the System32 directory then in the C:\Program Files\Storagecraft\Shadowprotect\ directory create a text file. Copy and Paste the following into the text file and save then rename to copy.cmd.
This is the code "robocopy.exe F:\data G:\data /COPY:DAT /E /V /PURGE /ZB" let us assume that the "F:" drive is the internal drive with the backups being stored in the data directory and that the "G:" drive is the USB. this simple script will keep the "G:" drive as a perfect replica of the "F:" drive.