📖
Blocky for Veeam® Administration Guide
Return to BlockyFAQPricingContact
  • Blocky for Veeam® Administration Guide
    • Chapter 1: Product Information
      • 1.1 Overview
      • 1.2 Key Features
      • 1.3 Restrictions
      • 1.4 Deduplication
    • Chapter 2: Password Protection
    • Chapter 3: Installation
      • 3.1 Installing
      • 3.1.1 Launch the Installation
      • 3.1.2 License Agreement
      • 3.1.3 Select the installation path and additional tasks
      • 3.1.4 Select Components
      • 3.1.5 Start the Installation
      • 3.1.6 Completing the Installation
      • 3.2 Updating
      • 3.3 Upgrading from Version 2.5 and earlier
      • 3.3 Uninstallation
    • Chapter 4: Configuration
      • 4.1 Start the GUI
      • 4.2 Set initial password
      • 4.3 Change password
      • 4.4. Access Control
      • 4.5 Whitelisted Applications
      • 4.5.1 Automatically whitelist applications
      • 4.5.2 Manually whitelist applications
      • 4.5.3 Whitelist via request table
      • 4.5.4 Invalid whitelist entry
      • 4.6 Notifications
      • 4.7 SMTP Server Configuration
      • 4.8 Save / Load Configuration
      • 4.9 Central GUI Mode
      • 4.10 Add Server
      • 4.11 Server selection
      • 4.12 Define a new Group
      • 4.13 Master Configuration
      • 4.14 Lisencing
      • 4.14.1 Initial Licensing
      • 4.14.2 Install License
      • 4.14.3 License upate and renewal
    • Chapter 5: Monitoring
      • 5.1 Request Table
      • 5.2 Status Information
      • 5.3 Access Log
      • 5.4 License Information
      • 5.5 Alert Notifications
      • 5.6 Windows even logs
      • 5.7 Raw volume access
    • Chapter 6: Diagnostics
      • 6.1 Service Report
      • 6.2 Missing privileges
      • 6.3 System clock tampering
    • Appx A: Setup command line parameters
    • Appx B: BlockyCLI parameters
    • Appx C: BlockyforVeeam® Change Log
    • Open Source Licenses
Powered by GitBook
On this page
  1. Blocky for Veeam® Administration Guide

Appx A: Setup command line parameters

Appx A: Setup command line parameters

The BlockyforVeeam® configuration accepts command-line parameters. These are intended for system administrators or scripted installations.

The same goes for the uninstallation which can be invoked by the uninstall program unins000.exe in the BlockyforVeeam® installation path.

Administrative rights are required to install, update or uninstall BlockyforVeeam®.

As BlockyforVeeam® setup is based on Inno Setup, please check for the general command-line parameter description on their website.

Setup command line

Syntax:

Blocky4BackupSetup_2_6_2_217.exe [optional parameters]

unins000.exe [optional parameters]

Optional parameters:

/COMPONENTS="core,gui"

  • Only be selectable for a new installation

  • If not specified GUI and core will be installed.

/Secret=<self-defined-password>

  • When installing for the first time, this sets the initial, self-defined password.

  • On update: This supplies the self-defined password required for updates.

  • On deinstall: This supplies the self-defined password required for deinstall.

Silent mode (/silent or /very silent) requires the above secret parameter.

Don’t confuse it with the parameter /Password provided by Inno Setup. This is not used.

Example:

Installation/Uninstallation

Blocky4BackupSetup_2_6_2_217.exe /silent /COMPONENTS="core" /secret=MyPassword2020 Blocky4BackupSetup_2_6_2_217.exe /silent /secret=MyPassword2020

unins000.exe /silent /secret=MyPassword2020

PreviousChapter 6: DiagnosticsNextAppx B: BlockyCLI parameters

Last updated 2 years ago