User Tools

Site Tools


public:module:windows-core:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
public:module:windows-core:home [2020/06/15 16:52]
ronnie.chan removed
— (current)
Line 1: Line 1:
-====== Install CloudBacko Pro on Windows Core ====== 
- 
-===== Step 1: Download CloudBacko Pro Installer ===== 
- 
-1. Login to the Windows Server Core, and start the command prompt. 
- 
-2. Type in the following command to enter PowerShell. 
- 
-<​code>​ 
-C:​\>​powershell 
-</​code>​ 
- 
-After successfully entering PowerShell the prompt will change to PowerShell prompt: 
- 
-{{public:​module:​windows-core:​image009.jpg}} 
- 
-3. Use the followingcommand to download the online AhsayOBM installer to Windows server core C:​\tempfolder 
- 
-<​code>​ 
-PS C:\> Invoke-WebRequest http://​cdn.cloudbacko.com/​installers/​v4/​41213/​cbp-win.exe -OutFile '​c:​\temp\cbp-win.exe'​ 
-</​code>​ 
- 
-4. During downloading of AhsayOBM installer the followingmessage will be displayed: 
- 
-{{public:​module:​windows-core:​image011.gif}} 
- 
-After completing the download of the CloudBacko Pro installer the screen above would disappear. Press Enter button to continue. 
- 
-===== Step 2: Install CloudBacko Pro ===== 
- 
-1. Use the following command to execute the installer: 
- 
-<​code>​ 
-C:​\temp\cbp-win.exe 
-</​code>​ 
- 
-2. Follow the guided installation wizard to complete the installation. 
- 
-===== Step 3: Start CloudBacko Pro ===== 
- 
-Method 1: Start AhsayOBM from link file in the desktop of the user:  
-<​code>​ 
-PS C:​\>​.\Users\Public\Desktop\CloudBacko Pro.lnk 
-</​code>​ 
- 
-Method 2: Start CloudBacko Pro from RunCB.bat in installation directory. 
- 
-i. Change the directory to the binfolderof installation directory. 
- 
-<​code>​ 
-PS C:\> cd '​.\Program Files\CloudBacko Pro\bin\'​ 
-</​code>​ 
- 
-ii. Run **RunCB.bat** to startup CloudBacko Pro. 
-<​code>​ 
-PS C:\Program Files\CloudBacko Pro\bin> start .\RunCB.bat 
-</​code>​ 
-