Can I move the workspace to another drive?
christine.cheney
Posts: 5
We have a scenario where the databases on server A are being encrypted and backed up directly to a location on server B using SQLBackup 6. However we are monitoring a lot of disk activity on the C drive of server A which we think is tied down to the backup process. Is there a configuration option in SQLBackup 6 which allows us to point it's workspace (which is what I am assuming is being used) to a different disk drive?
Comments
I suspect you will need to look elsewhere for the activity on your server a c drive.
SQL Backup performs the compression and encryption in memory via the Virtual Device Interface before writing the compressed and encrypted data to disk.
The SQL Backup Local Data Store which is a SQL Server Compact Edition file used to cache the msdb database backup and restore histories, along with the SQL Backup Activity Log files by default are located on the server's C drive. However we have never had an incident where writing / reading from these files will cause a large amount of disk activity.
What Windows OS is on your Server A?
What exact version of SQL Backup are you using?
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
I have used processexplorer and can see that the backup processing is accessing
Device\LanmanRedirector\ServerB\g$\backups\server_01.sqb
This I think is the cause. Our backups should actually be going to a location on another server but I assume that they are being cached/queued into this local file first.
Could you please clarify?
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Device\LanmanRedirector\ServerB\g$\backups\server_01.sqb
So although we are trying to direct the backup to the remote system, good old windows does some buffering for us first on the local C drive.
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8