Koofr cloud sync is a European-based cloud storage system related to Google Drive, Dropbox, Onedrive, and different standard syncing providers. It affords a wide range of completely different plans (each premium and a free choice with 2 GBs of area.)

The cloud service is usable on a myriad of various working methods. Particularly, it helps Microsoft Home windows, iOS, Android, Linux, and Mac.

On this information, we’ll be focusing on the Linux software that they’ve obtainable. We’ll go over how to set up it, set it up, and extra! Let’s get began!

Word: To make use of Koofr on Linux, you have to create an account. To make an account, go to their official website and enter your particulars to start. Alternatively, use the “Create an account with Google” button.

Set up Koofr cloud sync app

Koofr has a fairly first rate syncing shopper nevertheless, it’s native Linux software isn’t neatly packaged for every mainstream distribution. You gained’t find a way to discover a downloadable DEB package deal, RPM package deal, and even an AppImage. As a substitute, if you would like to find a way to use the cloud sync app on your Linux PC, you have to obtain their TarGZ set up archive, extract it and set up the code (in addition to the libraries that it wants to run accurately) to use it.

On this part of the article, we’re going to go over (intimately) how one can get the Koofr cloud syncing software up and operating on Linux. To begin, head over to the official Koofr web site. Then, scroll all the best way to the underside of the web page until you see “Product.” Below “Product,” click on on the hyperlink that claims “Desktop apps.”

After you’ve chosen the “Desktop Apps” button, you’ll see one other button that claims “Free download (Linux).” Click on on it to get your arms on the Koofr installer for Linux.

As soon as the obtain is full, launch a terminal window and run the CD command to transfer the session from the house listing (~/) to the ~/Downloads folder.

cd ~/Downloads

Within the ~/Downloads folder, use the tar command and extract the Koofr TarGZ archive on your Linux PC.

tar -xzvf koofr-*-linux-x86_64.tar.gz

When the tar command finishes, you’ll see a brand new folder in ~/Downloads with the label of “koofr.” On this folder, all the set up recordsdata, and code reside nevertheless, the code is pre-compiled, so that you’ll simply want to run the “Install.sh” script to get entry to the sync app.

Within the terminal, use CD and transfer into the code folder.

cd koofr

Set up the Koofr desktop syncing software on your Linux PC with the command under.

sh installer.sh

Or, if the above command fails, attempt:

./installer.sh

Points putting in this system

Koofr is kind of simple to get operating on most Linux distributions. Nonetheless, if you happen to run into issues, you probably shouldn’t have the GTK2 dependencies that it requires. To put in it, head over to Pkgs.org, look by to your distribution and get the “GTK2” package deal set up.

Set up Koofr cloud sync

Now that the desktop syncing software is put in on your Linux PC, it’s time to set it up in order that your knowledge can sync. Begin by going to your software menu, click on on the “internet” part (or the same menu merchandise) and search for “Koofr.”

Click on on the icon and the UI interface ought to immediately begin up. If it doesn’t open, launch a terminal and run the next instructions to get it operating.

WARNING: DO NOT RUN AS ROOT!

cd ~/.koofr-dist/
./storagesync

Z

With the app operating, click on the “key” icon. That can take you to the sign-in web page. On the sign-in web page, enter your consumer particulars and permit the Koofr software to log you in. Then, once you’re all logged in, your recordsdata ought to immediately begin syncing by the service.

Add new recordsdata to Koofr

Want to add new recordsdata and folders to your Koofr account? Within the app, search for the “Koofr folder” icon and choose it with the mouse.

After choosing the “Koofr folder” icon, search for the “Open Koofr folder” button and click on on it. Deciding on this button will robotically launch the Koofr folder (situated at ~/Koofr) within the default Linux file supervisor.

Within the file supervisor, drag any recordsdata or folders into this listing, and the sync app ought to sync it immediately.

Add new recordsdata through terminal

Need to add recordsdata and folders with the Linux terminal? Strive the next command examples.

Single file

Use the CD command to transfer to the placement of the file on your Linux laptop.

cd /location/of/file

When you’re within the correct location, make use of the cp command and duplicate it to your Koofr folder.

cp file ~/Koofr

Complete listing

Need to copy a whole folder to your Koofr account with the terminal? Use the cp command and use the “r” change to copy the folder, together with every part inside recursively.

cp -r /location/of/folder ~/Koofr



Source link

Share.
Leave A Reply

Exit mobile version