Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

862

June 20th, 2017 06:00

Restore SQL DB backup as flat file

I have several SQL servers that I have backed up in Avamar.  I would like to dump all the DB's to flat files on another server. The preferred method would be to script this, is that possible? If not will ADME do this for me without the use of 3rd party software on the staging server?

6 Posts

June 22nd, 2017 09:00

I answered my own question.  The following syntax worked, so now I can just put that into a script:

mccli backup restore --labelNum=backupNumber --plugin=3001 --name=SRC_CLIENT --dest-client-name=DST_CLIENT --dest-dir=DST_DIRECTORY

NOTE: the 3001 plugin is the Windows Filesystem Plugin

No Events found!

Top