From 45c056b4040cef4fc108e0122c393f14bd01f56f Mon Sep 17 00:00:00 2001 From: tatze96 Date: Thu, 18 Jan 2024 16:22:22 +0100 Subject: [PATCH] Add information about quota support --- mountainduck/connect/index.md | 33 +++++++++++++++++++++++++++++++++ protocols/onedrive.md | 3 +++ protocols/sharepoint.md | 3 +++ 3 files changed, 39 insertions(+) diff --git a/mountainduck/connect/index.md b/mountainduck/connect/index.md index 7c217757..3ee38080 100644 --- a/mountainduck/connect/index.md +++ b/mountainduck/connect/index.md @@ -31,3 +31,36 @@ In _Smart Synchronization_ connect mode, files are copied to a local cache for f | **[Recent Files](sync.md#recent-files)** | – | Available in the status bar (macOS) or taskbar (Windows) | | **[Lock Files](../locking.md)** | ✔︎ | ✔ | | **[Share Files](../share.md)** | ✔ | ✔ | + +## Quota support +Mountain Duck has support for the overall quota of a server but quota reporting is not supported for all protocols. + +| Protocol | Support | +|--------------------------| :---: | +| Local Disk | ✅ | +| SFTP | ✅ | +| FTP | ❌ | +| WebDAV | ✅ | +| Google Drive | ✅ | +| Google Cloud Storage | ❌ | +| Microsoft OneDrive | ✅ | +| Microsoft Sharepoint | ✅ | +| Files.com | ❌ | +| DRACOON | ✅ | +| Backblaze B2 | ❌ | +| Box.com | ❌ | +| Dropbox | ✅ | +| Nextcloud | ✅ | +| ownCloud | ✅ | +| S3 | ❌ | +| SMB | ✅ | +| Windows Azure | ❌ | +| OpenStack Object Storage | ✅ | + +```{admonition} Limited Support +:class: attention +- **[Microsoft OneDrive](../../protocols/onedrive.md#quota)**: Quota is only supported if a folder other than the virtual root is mounted. +- **[Microsoft SharePoint](../../protocols/sharepoint.md#quota)**: Quota is only supported for the *Drives* folders within the respective SharePoint site folders. +``` + +Mountain Duck can't display the correct remaining free space for protocols that can't report quota. Finder and Windows Explorer will show exabyte values within the *Online* mode and the available space within the synchronization cache location within the *Smart Synchronization* mode for servers and protocols that don't have support for quota reporting. \ No newline at end of file diff --git a/protocols/onedrive.md b/protocols/onedrive.md index 5620e66f..fce52b5a 100644 --- a/protocols/onedrive.md +++ b/protocols/onedrive.md @@ -104,3 +104,6 @@ It is not possible to create a top level folder in Mountain Duck or Cyberduck. I |-------------|:--------------:| | My Files | Personal files | | Shared | Shared folders | + +### Quota +Mountain Duck can only display the correct remaining disk space on the server if a folder other than the default virtual root gets mounted, for example *My Files*. \ No newline at end of file diff --git a/protocols/sharepoint.md b/protocols/sharepoint.md index efb4afd8..4cbcac91 100644 --- a/protocols/sharepoint.md +++ b/protocols/sharepoint.md @@ -108,3 +108,6 @@ It is not possible to create a top level folder in Mountain Duck or Cyberduck. I | Drives | | Groups | | Sites | + +### Quota +Quota reporting is only supported for the *Drives* folder within their respective site folder. \ No newline at end of file