OneDrive (5GB Cloud Storage)
OneDrive is a cloud storage service. that lets you back up, access, edit, share, and sync your files from any device, You can also collaborate in real-time with Microsoft 365 documents.
Features of Free Version
- For one person
-
5 GB of cloud storage
You can upgrade to a Microsoft 365 Basic (1.99$/month) subscription to get 100 GB of storage, Microsoft 365 Personal plan (9.99$/month) to get 1 TB of storage (for one person), or Microsoft 365 Family plan (12.99$/month) to get up to 6 TB of storage.
- 15 GB of mailbox storage2
- Works on Windows, macOS, iOS, and Androidâ„¢
- OneDrive photo and file backup across your devices
- Outlook.com email and calendar
- Web and mobile versions of Word, Excel, PowerPoint, OneNote, OneDrive, and other apps
OneDrive on Linux
There is no official OneDrive client for Linux computers. The functionality of drive syncing can be achieved by using the third party software RClone. RClone requires a Linux computer with a GUI interface (it will not work on command line only installs). RClone is a third party software not supported by Microsoft.
- onedriver
-
onedriver (at
https://github.com/jstaf/onedriver
) is a native Linux filesystem for Microsoft OneDrive. Like onedrive (the 3rd OneDrive client for Linux in this list), it is strictly a client for Microsoft OneDrive, so it does not support any other online storage service. It has a command-line and an easy-to-use graphical interface.Key features of onedriver includes on-demand file download, bidirectional sync, and offline use for already downloaded files.
If Microsoft OneDrive is the only online storage service you use and you want a no-frills command-line or graphical interface access to your files, onedriver is probably what you want to use, though it is not recommend if you'll be working with large files in the GB range.
- rclone
-
rclone (at
https://rclone.org/onedrive/
) is a command-line client that makes it possible to sync files on your local computer to about 70 online or cloud storage services. So it not only supports OneDrive, but also Google Drive, Amazon S3, iCould Drive, Zoho WorkDrive, etc. Though a command line client, it comes with an experimental graphical interface that you may launch from the command-line.A more mature graphical interface that you may install is called rclone-browser. Both rclone and rclone-browser may be installed using your distro's package manager, but to get the very latest version of rclone, it is recommended to download it from the project's download page.
If you use multiple online storage services and frequently work with large files in the GB range, rclone is recommended.
- onedrive
-
onedrive is a OneDrive client for Linux that works with OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint Libraries. It also works with OneDrive national cloud deployments, including Microsoft Cloud for US Government, Microsoft Cloud Germany and Azure, and Office 365 operated by VNET in China.
While it supports most features you'll need, onedrive lacks support for on-the-fly file encryption and decryption, and on-demand file download.
Like rclone, onedrive is a command-line client, but OneDriveGUI, from a different developer, provides a graphical interface for it.