about_dbaship.help.txt
|
TOPIC about_dbaship SYNOPSIS Basic logshipping Configuration. LONG DESCRIPTION A basic logshipping configuration using just a few parameters. EXAMPLES 1 PREPARE ---------------------------------------------------------------- Create folder in primary and secondary server for the logshipping logshipping i.e. 1 INSTALL --------------------------------------------------------------------- find-module dbaship install-module dbaship -scope AllUsers import-module dbaship get-module dbaship 1 PREPARE --------------------------------------------------------------------- $Credential = get-credential lsa $params = @{ credential = $credential primary_server = 'vhs-lt-21567' primary_database = 'lstest1' primary_copy_root = 'C:\MSSQL\shipping' secondary_server = 'vhs-lt-21417' secondary_paste_root = 'c:\MSSQL\shipping' } $roots = @{ data_root = "c:\mssql" log_root = "c:\mssql" } $databases = "db1", "db2", "db3" test-shipConfig @params @root @databases Examples of how to use the module or how the subject feature works in practice. TROUBLESHOOTING Instructions for resolving common problems. SEE ALSO Text-only references for further reading. Hyperlinks can't work in the PowerShell console. |