Skip to main content

CLI Prerequisites


Account

Similar to its prerequisite counterpart in GUI systems, an account is needed to be able to login to AhsayOBM. A user may have been provded an account by their backup service provider (which can be a Paid or Tral account). If no account was given, then the user may create a free trial account.


Start AhsayOBM

To startup AhsayOBM and connect to AhsayCBS, you need to use the RunConfigurator.sh script to configure the backup server URL, port and proxy server settings (if applicable, see the Backup Server Settings section) and enter the login name and password.

# cd /usr/local/obm/bin
        # sh RunConfigurator.sh
        Startup Ahsay Online Backup Manager ...
        User Configuration file not found
        Create a new Configuration file at directory
        [/root/.obm/config]

Backup Server Settings

The Backup Server settings behavior is determined by the settings made by your backup service provider.

For users who already have an account, enter 2 for "Change Network Settings" to check if the details are already provided. If not, enter the details which should be obtained from your backup service provider.

Login Menu
        ----------
        (1). Login
        (2). Change Network Settings
        (3). Forgot Password
        (4). Quit
        ----------
        Your Choice: 2
        
Network Setting
        ----------
        (1). Backup Server URL [10.3.121.17]
        (2). Port [-1]
        (3). Protocol [http]
        (4). Proxy Setting [Not in Use]
        (5). Save and Return
        (6). Discard and Return
        ----------
        Your Choice:
  • The "Backup Server" and / or "Proxy Setting" may not be available. This depends on the settings made by your backup service provider. Please contact them for more information.
  • If you are having trouble setting up your "Backup Server" settings, please contact your backup service provider for suport.

Here are some examples of correct and wrong backup server settings:

http 10.3.121.17https 10.3.121.17:80
https 10.3.121.17https backup.example.com (missing custom port)
http backup.example.comhttps 10.3.121.17 (valid SSL certificate with FQDN is used, will error if IP is used to connect).
https backup.example.com