How can we help you today? How can we help you today?

Setting Data and Log locations

Are there any plans to allow for the user to select the data and log locations for the SQL clone files that are created during the clone process?
GarryB
0

Comments

2 comments

  • owen.hall
    Hi Garry, as of Clone 2.4.2, there is an -OverrideStorageLocation parameter on the New-SqlClone cmdlet that allows you to specify a different folder to store your clone files (for this specific clone) in.

    Example usage:
    New-SqlClone -Name MyClone `
    -Image (Get-SqlCloneImage -Name MyImage) `
    -Location (Get-SqlCloneSqlServerInstance -InstanceName SQL2014) `
    -OverrideStorageLocation D:\FolderOnTheMachineHostingThatSQL2014Instance
    

    Hope that helps!
    owen.hall
    0
  • GarryB
    Sweet, thanks for that info.
    GarryB
    0

Add comment

Please sign in to leave a comment.