Cozy is a cloud sync service comparable to Dropbox, Google Drive, and others. When customers signal up for the service, they get 5 GB free of information cupboard space. Customers can entry their Cozy account on quite a lot of platforms. Formally, the service helps Mac, Home windows, and Linux, in addition to cell platforms like iOS and Android.

On this tutorial, we’re going to cowl the Cozy cloud sync Linux utility. We’ll speak about how to obtain and set up the syncing utility on all fashionable Linux working techniques. Additionally, we’ll speak about how to set up the app!

Notice: to use Cozy on Linux, you should create a free account. Head over to the official web site, discover “create a Cozy for free” and choose it to get began.

Set up Cozy cloud

The Cozy cloud desktop sync app works on Linux, however there aren’t any downloadable DEB or RPM packages to communicate of. As a substitute, if you happen to’re eager about syncing your information on a Linux laptop with this service, you should obtain the standalone AppImage file, replace the permissions and execute it very similar to an EXE file on a Home windows PC.

Getting the Cozy cloud app on Linux could be very simple, and the official web site lays out how to get it on the online web page. Nevertheless, they don’t clarify how the AppImage works intimately, so if you happen to’re a brand new consumer to Linux wanting to get your Cozy information, you could be misplaced.

On this part, we’re going to go over how to get Cozy put in by way of AppImage. It begins by heading over to the website, clicking on the “Download” button, and on the lookout for the “Cozy Drive for GNU/Linux.” As soon as there, have a look at the web page. Click on on “Cozy Drive for GNU/Linux 64 bits” if you happen to want a 64-bit model or, for 32-bit, click on on “Cozy Drive for GNU/Linux 32 bits”.

Let the Cozy AppImage file obtain. As soon as it’s executed, launch a terminal window and use the CD command to transfer the terminal into the ~/Downloads folder.

cd ~/Downloads

Subsequent, create a brand new folder (utilizing the mkdir command) labeled “AppImages” in your Residence listing (~/).

mkdir -p ~/AppImages

Transfer the Cozy desktop file into the brand new AppImage folder.  Retaining the file right here will be certain that it’s in a secure place, out of the way in which in order that it gained’t be deleted by chance.

mv CozyDrive*.AppImage ~/AppImages

With the file moved, CD into the ~/AppImages folder.

cd ~/AppImages

Then, replace the permissions of the Cozy AppImage, in order that it’s potential to run on Linux. If you don’t replace these permissions, it’s very doubtless that the safety settings on your Linux desktop will block it from working.

To replace permissions, run the chmod command.

chmod +x CozyDrive*.AppImage

Set up Cozy Drive

Now that Cozy Drive is up and operating on your Linux PC, it’s time to set it up. To launch this system, you’ll want to open up the file supervisor.

As soon as the file supervisor is open, click on on the “AppImages” folder. Then, double-click on the Cozy Drive AppImage file to launch this system for the primary time.

Notice: you’ll not want to launch Cozy this fashion sooner or later. After operating it for the primary time, it ought to create a desktop shortcut routinely.

When Cozy Drive opens for the primary time, you’ll see a sign-in web page. Click on  “Sign in to my cozy” to log in.

9k=

After logging in to the app, you’ll see an authorization web page. Learn the immediate it provides then, click on the “authorize access” button to proceed.

Information ought to immediately begin syncing to your Linux PC.

Add new information to Cozy

All your Cozy Drive information on Linux is within the ~/Cozy Drive folder. When you want to add new information and folders to this space however are uncertain how, right here’s what to do.

First, launch the file supervisor, find the “Cozy Drive” folder and click on on it with the mouse. As soon as within the folder, drag gadgets in and it ought to immediately sync up to the cloud.

Add new information by way of terminal

As Cozy Drive makes use of a conventional folder construction, it’s simple to add information and folders to your account by way of the command-line.  To do it, launch a terminal and comply with the command examples under.

Single file

Utilizing the CD command, transfer your terminal session to the situation of the file you’d like to sync.

cd /location/of/file

When you’re within the folder, run the cp command and make a duplicate of the information into the ~/Cozy Drive listing.

cp file ~/'Cozy Drive'

Whole listing

Want to copy a complete listing? Make use of the cp command’s r change. For instance:

cp -r /location/of/folder ~/'Cozy Drive'



Source link

Share.
Leave A Reply

Exit mobile version