copyto questions
dwjongbloed
Posts: 30
Just wondering if you can use the copyto function to copy to a USB external drive rather than another server? Some of the sites that I have have slow wan connections so it would take a while for the copyto function to work.
Comments
COPYTO by default will copy the backup files as part of the backup job. This means that the backup job completes only after the file has been copied over to the specified destination(s).
For transaction log backups, the copying process is performed by a separate process. This means that the backup job completes once the transaction log has been backed up. Details of the file are placed in a queue, and an independent process looks at this 'copy' queue and attempts to copy the files to their intended destination(s) at periodic intervals.
You can force SQL Backup to place full or differential backup files in the 'copy' queue by using the USEQUEUEDCOPY option e.g.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8