Canonical decided to shut down the cloud service of Ubuntu One. You may be looking for backup of other servers on your host, even though there are many cloud service providers, however, a small number of major service providers support Linux, including Ubuntu.
Dropbox fully supports Ubuntu. It has a client that integrates the ubuntu Desktop System and other notification bars. Box, the official Box.net can also support linux Through the WebDav protocol.
Here is an excerpt from Canonical about Ubuntu One:
Since April 2, you have no access to the storage or music in Ubuntu One. The Ubuntu One service will no longer be included in Ubuntu 14.04 LTS, And the Ubuntu One application will be removed from the Ubuntu, Google, and Apple app stores.
That is to say, we have lost this useful service in ubuntu. On the other hand, moving your data to a more stable and reputable network disk provider is a good choice.
Put the Dropbox folder on the mobile hard disk in Ubuntu
Use Dropbox on CentOS
How to install Dropbox in Ubuntu 12.04
Install Dropbox In the Ubuntu Server command line Environment
Script For Linux backup to Dropbox
Solution for Ubuntu system failure to install Dropbox
Here we will briefly explain how to run the DropBox or Box cloud service in ubuntu.
Install the DropBox cloud disk in ubuntu
We have already written a lot about this topic. to install the DropBox cloud disk in ubuntu, follow these steps. Here we provide a step-by-step installation and use of DropBox In ubuntu.
To view the complete procedure, click here or the following link:
Http://www.liberiangeek.net/2013/03/how-to-install-dropbox-in-ubuntu-13-04-raring-ringtail/
Use the Box Network Disk in Ubuntu
Since Box is no longer provided to a full-featured linux client, including ubuntu, you must use the WebDav protocol to access and store your account.
Press Ctrl-Alt-T to open the terminal. After the terminal is opened, run the following command to install the installation package:
- Sudo apt-get install davfs2
Next, run the following command to configure davfs2 and select Yes to allow unauthorized users to mount WebDav resources.
- Sudo dpkg-reconfigure davfs2
Run the following command to copy the davfs2 directory to your home directory:
- Sudo cp-r/etc/davfs2/$ HOME/. davfs2
Run the following command to obtain the folder ownership:
- Sudo chown-R username $ HOME/. davfs2/
Replace username with your username
Next, open the password file and enter your logon credential:
- Gedit ~ /. Davfs2/secrets
Then, enter your username (email address) and password, add the following line at the end of the file, and save it.
- Https://dav.box.com/dav richard@liberiangeek.net <box_password>
Replace the above email address and password with your account information.
Next, run the following command to add your account to the davfs2 group:
- Sudo adduser <username> davfs2
Use sudo gedit/etc/fstab to open/etc/fstab and add the following line and save it:
- Https://dav.box.com/dav//home/<username>/box davfs _ netdev, rw, user 0 0
Create a mount point and mount the Box
- Mkdir ~ /Box
Restart your computer and the Box will be automatically mounted after it is started,
Enjoy it!