Install ServerSync on Linux
Beginning with FileCloud Version 21.1, ServerSync supports SUSE Linux versions 12 and 15. To use SUSE Linux version 12 with storage application programs such as Dell Unity VSA, enable LAN file sharing.
How to Install FileCloud ServerSync on Linux
- Download FileCloud ServerSync App from https://www.filecloud.com/additional-downloads/#serversync
After successfully downloading the App, extract the zip file fcserversync_linux_amd64.zip.
To extract files using the terminal, use the following command:-
Now, you will have a bunch of files in the extracted location.CODEunzip fcserversync_linux_amd64.zipGive execute permission to fssyncservicestart.sh and fssyncservice file
CODEchmod +x fssyncservicestart.sh chmod +x fssyncservice- For a headless (non-gui) setup, edit the config file under fsserviceconfig.xml, and put the necessary parameters for your configuration. For an installation with gui you can use the ServerSync gui interface to configure the synchronization parameters. A table showing how to format the parameters follows.TEXT
<?xml version="1.0" encoding="UTF-8" ?> <variantrow> <rowentry> <name>url</name> <type>string</type> <value>HERE TYPE SERVER URL ADDRESS</value> </rowentry> <rowentry> <name>account</name> <type>string</type> <value>USER NAME</value> </rowentry> <rowentry> <name>password</name> <type>string</type> <value>PASSWORD</value> </rowentry> <rowentry> <name>limit_folder_count</name> <type>string</type> <value>2</value> </rowentry> <rowentry> <name>limit_folder_1</name> <type>string</type> <value>REMOTE_FOLDER_PATH|HERE_TYPE_LOCAL_FOLDER_PATH|0|0|0</value> </rowentry> <rowentry> <name>limit_folder_2</name> <type>string</type> <value>REMOTE_FOLDER_PATH|HERE_TYPE_LOCAL_FOLDER_PATH|0|0|0</value> </rowentry> </variantrow> Open the terminal, go to the location where the FileCloud ServerSync files were extracted, and then run fssyncservicestart.sh
CODE./fssyncservicestart.sh
Format of parameters in fsserviceconfig.xml
What If I'm Using Ubuntu 18.10 or Ubuntu 22.04?
For Ubuntu 18.10 or 22.04, please follow the steps below:
- Unzip the Linux Sync app package (fcserversync_linux_amd64.zip) to any folder
- cd to the above folder
Give execute permission to fssyncinstall-linux.sh
CODEchmod 777 ./fssyncinstall-linux.shOpen the terminal, go to the location where the FileCloud ServerSync files were extracted and then run
CODEapt-get update ./fssyncinstall-linux.sh installAfter these steps, ServerSync app will be shown along with the other desktop apps. Double-click the app to open it.
If ServerSync shows the message "There appears to be no system tray support in your current environment", then system tray support needs to be enabled by downloading the extensions.
- To download the necessary extensions, head to the TopIcons Plus extensions page on the official GNOME site. From here, click on "Click here to install browser extension.", then click "Allow" and then "Add".
- Return to the GNOME extensions page and refresh it. You may see the following message:
"Although GNOME Shell integration extension is running, native host connector is not detected. Refer documentation for instructions about installing connector."
If so, click on the "documentation" link in the message. Here, choose your Linux version, and execute the corresponding command in the terminal. - Again, return to the GNOME Extensions page and refresh. Click the "Off/On" button to set it to On state. Then, click download and install option.
- Once all the steps above have completed successfully, the ServerSync app can be started by double-clicking the ServerSync icon in the desktop apps.