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?
      
      
      
      
      Comments
2 comments
- 
                
                  
                
                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! - 
                
                  
                
                Sweet, thanks for that info. 
Add comment
Please sign in to leave a comment.