5-24-2019 Working on routine to copy Bank133 Backup Folder to Cottage Hill Since .NET 4.8 is causing Veritas Software to Fail Found Backup Routine setup in December is not over 450G in size instead of 97G. Setup Robo-Purge.bat to delete files in destination that are not in source C:\Bank133 Intend to run this manually when needed After Purged, setup RoboCopy at CottageHill to copy the backup folder to D:\Backups-D\Bank133 Script is at \\dc-cottagehill\Backups-D\RCopy-Bank133-Bancpac2CottageHill.cmd robocopy M:\Backups\Bank133 D:\Backups-D\Bank133 /IPG:750 /XO /S /Z /B /W:2 /R:2 /LOG:D:\Backups-D\Bank133robo.log The /IPG:750 is to limit bandwidth to less than 1Mbps. Can take out for faster copy