Link Search Menu Expand Document

SqlBak-CLI documentation

Install SqlBak-CLI on Linux/Windows

Windows

  1. Download the installer from the following web page: https://sqlbak.com/sqlbak-cli/download/sqlbak-cli.msi
  2. Run the installer and follow the on-screen instructions.

Linux

Debian Package

  1. Download the Debian package using the following curl command:
    curl -O https://sqlbak.com/sqlbak-cli/download/sqlbak-cli.deb
    
  2. Install the package using the following command:
    sudo dpkg -i sqlbak-cli.deb
    
  3. Complete the installation using the following command:
    sudo apt-get install -f
    

RPM Package

  1. Download the RPM package using the following curl command:
    curl -O https://sqlbak.com/sqlbak-cli/download/sqlbak-cli.rpm
    
  2. Install the package using the following command:
    sudo yum install sqlbak-cli.rpm
    

After installation

See the Get Started section to start using “SqlBak-CLI.”