FAQs for AhsayOBM installation on Synology NAS'

Description

The following are some Frequently Asked Questions on AhsayOBM installation on Synology NAS devices.
AhsayOBM is an abbreviation for Ahsay Online Backup Manager.
AhsayACB is an abbreviation for Ahsay Cloud Backup.

AhsayOBM refers to our Server product.
AhsayACB refers to our Desktop product.

Which Synology NAS models are supported by AhsayOBM?

Refer to the following KB article for the list of supported models:

FAQ: Ahsay Hardware Compatibility List (HRL) for AhsayOBM on Synology NAS

How to create a Synology backup account on BOBcloud

  1. Create a server account in the Reseller Portal. The Synology module will only work on a Server account and not a desktop account.
  2. Add the Synology module from the customer’s page in your portal under manage backup account settings »

image
3. Download the Synology module directly from the backup server.
To find out which cluster your backup account is on, check on the right-hand side of the customer’s page.

image
Enter that URL into a web browser and locate the Synology module at the bottom of the Server page, i.e. https://b23.data-stor.net/cbs/system/ShowDownload.do

Do I need to install Java before installing AhsayOBM?

Answer) This depends on the Synology NAS hardware:

  • For Synology NAS with Intel processor, there is no need to manually install Java before installing AhsayOBM.

  • For Synology NAS with non-Intel processor, Java must be manually installed or upgraded before installing AhsayOBM.

For devices with Java already installed, OpenJDK may be installed instead of Oracle JDK, which may cause instability to AhsayOBM. Please upgrade the Java package to ensure Oracle JDK is installed, before installing AhsayOBM.

Refer to the following instruction to install/upgrade the Java 7 package (skip if Java is already installed):

  1. In Package Center, enter Java7 in the search box (Java Manager on DSM 5.x):

Important: Do not install Java8, only Java7 is supported.

  1. Click Install to install the Java 7 package.

  2. Open the Java package afterward, then click Upgrade Java:

2

  1. Refer to the instruction provided in the window to download the corresponding package file:

3

  1. Upload the package file, then click OK to start the upgrade:

4

I get the error “this package does not contain a digital signature” when trying to install AhsayOBM on a Synology NAS, why?

Answer) The message is displayed because the AhsayOBM package file is not signed by a trusted CA. Modify the Trust Level of the corresponding Synology NAS to work around this.

In the Package Center, select the Utilities tab on the left panel, then select Settings. Select the Allow installation of packages published by Any publisher:

Where is the AhsayOBM installation directory on Synology NAS?

Answer) AhsayOBM is installed at /volume1/@appstore/AhsayOBM

What types of file can be backup by AhsayOBM installation on Synology NAS?

Answer) Only folders or files displayed under File Station can be backup by AhsayOBM installation on a Synology NAS.

Which backup destinations are supported?

Answer) Similar to AhsayOBM installation on other operating system platforms, the backup destination can be set to a supported cloud storage provider setup by the backup user, a supported cloud storage provider setup by the backup server administrator, a user home on the backup server, a FTP or SFTP server, a network volume, or a local / removable volume on the client computer.

What is the default encryption setting for backup sets?

Answer) Similar to AhsayOBM installation on other operating system platforms, the default encryption setting for backup set of AhsayOBM installation on Synology NAS will be the same as the account’s login password. This can be changed before the backup set is saved, but not afterwards.

Where is the encryption setting of backup sets saved?

Answer) The encryption setting is only saved at /volume1/@appstore/AhsayOBM/.obm/config/settings.sys

Scheduled backup jobs are not running for AhsayOBM installation on Synology NAS, why?

Answer) For AhsayOBM installation on Synology NAS, confirm if the Scheduler setting is enabled. Login to AhsayOBM, select Settings from the main interface to confirm:

What happens if I close the AhsayOBM user interface while a backup job is still running?

Answer) The backup job will continue in the background even with the AhsayOBM user interface is closed. When you login to AhsayOBM again, the backup progress screen will be displayed.

How do I stop a scheduled backup job that is running on Synology NAS?

Answer) To stop a scheduled backup running on Synology, please follow the instruction below:

  1. Connect to the Synology NAS via SSH.

  2. Enter the following command:

touch /volume1/@appstore/AhsayOBM/.obm/ipc/BackupSet/%backupset_id%/stop

Where %backupset_id% is the backup set ID of the corresponding backup set.

For Synology NAS with other applications installed, will they affect the operation of AhsayOBM?

Answer) From our test results, there is no performance issue with AhsayOBM installation on Synology NAS device with other applications installed, as long as the minimum hardware requirements are met by the Synology NAS.

Backup job performed by AhsayOBM installation on Synology NAS is slower when compared with installation on other OS platforms?

Answer) Backup job performed by AhsayOBM on a Synology NAS is slower because there are less resources available (e.g. in comparison with AhsayOBM installation on a desktop or server grade computer).

Typically on most NAS devices, there is less memory and CPU processing power available for the compression, encryption and delta generation processes during a backup.

The default Java heap size setting for AhsayOBM on Synology NAS is also only set to 256 MB. A user can increase the Java heap size setting to improve the backup performance, refer to the next Q & A for instruction on how to modify the Java heap size setting.

How to modify the Java heap size setting for AhsayOBM on Synology NAS?

Answer) To modify the Java heap size for AhsayOBM on Synology NAS:

  1. Connect to the Synology NAS via SSH.

  2. Open the following file with a text editor:

/volume1/@appstore/AhsayOBM/obm/bin/WuiService.sh

  1. Edit the line:

WuiService.sh

JAVA_OPTS="-Xrs -Xms64m -Xmx256m-Dsun.nio.PageAlignDirectMemory=true"
JNI_PATH="-Djava.library.path=$LIB_HOME"

to

WuiService.sh (Updated)

JAVA_OPTS="-Xrs -Xms64m -Xmx512m -Dsun.nio.PageAlignDirectMemory=true"
JNI_PATH="-Djava.library.path=$LIB_HOME"

  1. Save and exit from the text editor.

Advanced backup settings (Backup Filter, Continuous Backup, In-file Delta, Retention Policy, Command Line Tool, Reminder, and Bandwidth Control) are not found in the AhsayOBM user interface on Synology NAS?

Answer) For AhsayOBM installation on Synology NAS, the client user interface had been simplified. The following backup settings can only be configured via the AhsayCBS web console:

  • Backup Filter
    Backup Filter cannot be created for AhsayOBM installation on Synology NAS.

  • Continuous Backup
    Continuous Backup is only supported for AhsayOBM installation on Windows platforms.

  • In-file Delta
    Can be configured via the AhsayCBS console at Backup / Restore > Users, Groups & Policies > Select the corresponding backup account > Backup Set > Select the corresponding backup set > In-File Delta

  • Basic Retention Policy
    Can be configured in the AhsayOBM user interface, at Backup Sets > Select the corresponding backup set > Others > Retention Policy.

  • Advanced Retention Policy
    Can be configured via the AhsayCBS console at Backup / Restore > Users, Groups & Policies > Select the corresponding backup account > Backup Set > Select the corresponding backup set > Retention Policy

  • Command Line Tool
    Can be configured via the AhsayCBS console at Backup / Restore > Users, Groups & Policies > Select the corresponding backup account > Backup Set > Select the corresponding backup set > Command Line Tool

  • Bandwidth Control
    Can be configured via the AhsayCBS console at Backup / Restore > Users, Groups & Policies > Select the corresponding backup account > Backup Set > Select the corresponding backup set > Bandwidth Control

  • Follow Link
    Can be configured via the AhsayCBS console at Backup / Restore > Users, Groups & Policies > Select the corresponding backup account > Backup Set > Select the corresponding backup set > Others

  • Compression Type
    Can be configured via the AhsayCBS console at Backup / Restore > Users, Groups & Policies > Select the corresponding backup account > Backup Set > Select the corresponding backup set > Others

Full manual

Keywords:
NAS, network, access, storage, syn, synology, dsm
AhsayOBM
AhsayCBS