Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
networkservices:onedrive [2021/12/06 13:27]
delise
networkservices:onedrive [2021/12/06 15:38]
delise [OneDrive Linux Configuration]
Line 19: Line 19:
 https://​github.com/​abraunegg/​onedrive https://​github.com/​abraunegg/​onedrive
  
-To configure it check the file: ~/​.config/​onedrive+It should be installed on most SISSA linux workstation. To install it on your laptop please see: 
 + 
 +https://​github.com/​abraunegg/​onedrive/​blob/​master/​docs/​INSTALL.md 
 + 
 +To configure it create ​the file:  
 +  ​~/​.config/​onedrive/config 
 +A good file template is here: 
 +  https://​raw.githubusercontent.com/​abraunegg/​onedrive/​master/​config
  
 There is one critical parameter, that is There is one critical parameter, that is
   sync_dir = "​~/​OneDrive"​   sync_dir = "​~/​OneDrive"​
-it is the directory you are going to sync with onedrive. It may be a good idea to change this to a directory on the /scratch disk if you plan on downloading lots of data. IF all you want is a copy of your documents, choose appropriately,​ always checking the software documentation.+it is the directory you are going to sync with onedrive, it defaults to ~/OneDrive. It may be a good idea to change this to a directory on the /scratch disk if you plan on downloading lots of data. If all you want is a copy of your documents, choose appropriately,​ always checking the software documentation. ​Take care, because a wrong setup might erase your data. 
 + 
 +Then you need to run the client to perform the authentication:​ 
 +  onedrive --syncronize 
 +   
 +For more details, see: 
 +https://​github.com/​abraunegg/​onedrive/​blob/​master/​docs/​USAGE.md