$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

OneDrive Client Installation on Ubuntu 20.04 – Step by step

July 2, 2022 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 20.04 Installing OneDrive Client – Step by step Guide

How to Install OneDrive Client in Ubuntu 20.04 Focal LTS GNU/Linux desktop – Step by step Tutorial.

And this powerful and highly configurable OneDrive Client can run on all major Linux distributions, FreeBSD, or as a Docker container.

It supports one-way and two-way sync capabilities and securely connects to Microsoft OneDrive services.

The main Features are:

  • State caching
  • Real-Time local file monitoring with inotify
  • Real-Time syncing of remote updates via webhooks
  • File upload / download validation to ensure data integrity
  • Resumable uploads
  • Support OneDrive for Business (part of Office 365)
  • Shared Folder support for OneDrive Personal and OneDrive Business accounts
  • SharePoint / Office365 Shared Libraries
  • Desktop notifications via libnotify
  • Dry-run capability to test configuration changes
  • Prevent major OneDrive accidental data deletion after configuration change
  • Support for National cloud deployments (Microsoft Cloud for US Government, Microsoft Cloud Germany, Azure and Office 365 operated by 21Vianet in China)
  • Supports single & multi-tenanted applications
  • Supports rate limiting of traffic

Especially relevant, currently the OneDrive Client is available on the Distro Repository. So in case see the New Guides!

Finally, this guide includes detailed instructions on Getting Started with OneDrive Client on Ubuntu.

OneDrive Client Ubuntu 20.04 Installation – Step-by-step Guide
  1. 1. Launching Shell Emulator

    Open a Terminal window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    OneDrive Client Ubuntu 20.04 Installation Guide - Open Terminal Shell Emulator
    In case first see: Terminal QuickStart Guide.

Contents