IT/Software/One Drive: Difference between revisions

From msgwiki
< IT‎ | Software
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Mount on Ubuntu ==
== Mount on Ubuntu ==
=== OneDriver ===
=== OneDriver ===
OneDriver is a simple tool that allows you to mount a OneDrive account to be mounted to a folder. To download and install it use the following commands:
OneDriver is a simple tool that allows a OneDrive account to be mounted to a folder. To download and install it use the following commands:


<code>sudo add-apt-repository ppa:jstaf/onedriver</code>
<code>sudo add-apt-repository ppa:jstaf/onedriver</code>
Line 12: Line 12:


To add accounts to mount search for OneDriver and open the program. All the added accounts should be listed. To add click on the "+" in the top left corner. This will open another window in which you have to select a mountpoint, so select a folder of create one and continue. Then another window will open in which you have to log into the OneDrive account you want to add. After this the account should appear in the list of added accounts.
To add accounts to mount search for OneDriver and open the program. All the added accounts should be listed. To add click on the "+" in the top left corner. This will open another window in which you have to select a mountpoint, so select a folder of create one and continue. Then another window will open in which you have to log into the OneDrive account you want to add. After this the account should appear in the list of added accounts.
'''Warning!''' It seems that from time to time one has to log into OneDrive again. Check every now and then to avoid having backups of "empty" directories.


source: https://itsfoss.com/onedriver/
source: https://itsfoss.com/onedriver/

Latest revision as of 09:19, 2 June 2022

OneDrive is a cloud storage service of Microsoft.

Mount on Ubuntu

OneDriver

OneDriver is a simple tool that allows a OneDrive account to be mounted to a folder. To download and install it use the following commands:

sudo add-apt-repository ppa:jstaf/onedriver

sudo apt update

sudo apt install onedriver

To add accounts to mount search for OneDriver and open the program. All the added accounts should be listed. To add click on the "+" in the top left corner. This will open another window in which you have to select a mountpoint, so select a folder of create one and continue. Then another window will open in which you have to log into the OneDrive account you want to add. After this the account should appear in the list of added accounts.

Warning! It seems that from time to time one has to log into OneDrive again. Check every now and then to avoid having backups of "empty" directories.

source: https://itsfoss.com/onedriver/

Rclone

This is a software that can be used to mount different cloud storages to a computer. However it is a bit complicated and didn't want to work when I tried it.

https://rclone.org/