Cloud Station for Synology NAS is a file-syncing application that lets you easily synchronize files on your Synology NAS with other devices like PCs and smartphones. To get started, you need to install Cloud Station Server on your Synology NAS and Cloud Station Drive on your Linux PC.
When you do this setup, you will be able to automatically sync files stored on your computer to your Synology NAS. This tutorial will guide you on how to install the Synology Cloud Station Drive on your Solus PC.
Install Synology Cloud Station Drive in Solus
STEP 1: Launch ‘Terminal’.
STEP 2: Copy and paste the following in the Terminal and hit enter. This command will download the Synology Cloud Station Drive binary provided by Solus dev team.
sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/network/download/synology-cloud-station-drive/pspec.xml
STEP 3: Use eopkg command to install it.
sudo eopkg it synology-cloud-station-drive*.eopkg
STEP 4: Log off and login again.
STEP 5: Check in Applications if Synology Cloud Station Drive is installed. If everything is fine, it’s time to cleanup the installer that you downloaded in step 2. Launch ‘Terminal’ and run the following command.
sudo rm synology-cloud-station-drive*.eopkg
That’s it!