Rank: Newbie Groups: Member
Joined: 5/7/2013 Posts: 1 Points: 3 Location: Ohio
|
I see in the new feature list that compressed backups are supported for sql 2008. Is there something that needs to be configured for that option to show up?
-Tim
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
You must edit your config.xml file. Then in the tools / backupwh section, add the property compression="true"
<backupwh backupfolder="D:\dbbackup\" backupurl="http://xxxx/mla/dbbackup" compression="true" usesysadminconnection="true" />
|