From 00ba377c303577abd2c5b13d13109987a56826d2 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 11 Mar 2023 07:25:35 +1100 Subject: [PATCH] Update USAGE.md (#2331) * Specifically add reference on how to sync both Personal and Business accounts at the same time * Specifically add reference on how to sync multiple SharePoint Libraries at the same time --- docs/USAGE.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 45067a08..0de5f4df 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -49,6 +49,8 @@ Before reading this document, please ensure you are running application version * [How to sync sharePoint / Office 365 Shared Libraries?](#how-to-sync-sharepoint--office-365-shared-libraries) * [How to run a user systemd service at boot without user login?](#how-to-run-a-user-systemd-service-at-boot-without-user-login) * [How to create a shareable link?](#how-to-create-a-shareable-link) + * [How to sync both Personal and Business accounts at the same time?](#how-to-sync-both-personal-and-business-accounts-at-the-same-time) + * [How to sync multiple SharePoint Libraries at the same time?](#how-to-sync-multiple-sharepoint-libraries-at-the-same-time) - [Running 'onedrive' in 'monitor' mode](#running-onedrive-in-monitor-mode) * [Use webhook to subscribe to remote updates in 'monitor' mode](#use-webhook-to-subscribe-to-remote-updates-in-monitor-mode) * [More webhook configuration options](#more-webhook-configuration-options) @@ -883,6 +885,16 @@ onedrive --create-share-link --with-editing-perms ``` **Note:** The ordering of the option file path and option flag is important. +### How to sync both Personal and Business accounts at the same time? +You must configure separate instances of the application configuration for each account. + +Refer to [./advanced-usage.md](advanced-usage.md) for configuration assistance. + +### How to sync multiple SharePoint Libraries at the same time? +You must configure a separate instances of the application configuration for each SharePoint Library. + +Refer to [./advanced-usage.md](advanced-usage.md) for configuration assistance. + ## Running 'onedrive' in 'monitor' mode Monitor mode (`--monitor`) allows the onedrive process to continually monitor your local file system for changes to files. @@ -1161,11 +1173,13 @@ for extra details. ## Additional Configuration ### Advanced Configuration of the OneDrive Free Client -* Configuring the client to use mulitple OneDrive accounts / configurations -* Configuring the client for use in dual-boot (Windows / Linux) situations -* Configuring the client for use when 'sync_dir' is a mounted directory -* Upload data from the local ~/OneDrive folder to a specific location on OneDrive - +* Configuring the client to use mulitple OneDrive accounts / configurations, for example: + * Setup to use onedrive with both Personal and Business accounts + * Setup to use onedrive with multiple SharePoint Libraries +* Configuring the client for use in dual-boot (Windows / Linux) situations +* Configuring the client for use when 'sync_dir' is a mounted directory +* Upload data from the local ~/OneDrive folder to a specific location on OneDrive + Refer to [./advanced-usage.md](advanced-usage.md) for configuration assistance. ### Access OneDrive service through a proxy