# Supported Storage

PostLab has been designed to be agnostic about storage, allowing Team Bundles to work with various types of storage.

## Local Storage

By storing a Team Bundle on local storage, individual users can efficiently manage their projects and leverage PostLab's powerful versioning capabilities. Collaborating with other users is not possible until the location of the Team Bundle is shared within the local network.

## Shared Storage

Storing Team Bundles on storage like a NAS or SAN will enable users to collaborate. Simply share the location of the Team Bundles with all people who need to work together.

## Cloud Storage

{% hint style="info" %}
This feature requires a PostLab Pro license.
{% endhint %}

{% hint style="info" %}
Certified cloud storage:

* Dropbox
* LucidLink
* Box
* Suite
* Synology Drive
  {% endhint %}

{% hint style="danger" %}
Not supported, as of yet:

* Amove
* Google Drive
* iCloud
  {% endhint %}

Storing a Team Bundle in the cloud allows for seamless remote and hybrid collaboration. There are two types of cloud storage: block-based and object-based.&#x20;

Because of its streaming capabilities, block-based cloud storage ensures smooth and efficient syncing of files and metadata. With object-based cloud providers, you should expect longer synchronization times.

{% hint style="success" %}
Always confirm that all syncing activity is completed before shutting down your computer. When the work is saved in PostLab, the cloud provider still needs to upload the changes before they are shared with your team.
{% endhint %}

PostLab has certified the following cloud storage providers:

### **LucidLink**

* PostLab utilizes advanced syncing features available exclusively in 2.0 and 3.0 filespaces. For optimal performance, we highly recommend using a 2.0 or 3.0 filespace.
* Make sure every collaborator has access to the folder in which the Team Bundle resides. Preferably not the Root.
* For the best and fastest performance, 'pin' the Team Bundle so LucidLink caches it. Right-click on the Team Bundle and choose "Pin."
* Make sure your LucidLink cache setting is sufficient to cover your pinned Team Bundle size. Don't forget that your Team Bundle can grow, so reserve extra cache space for it.
* If possible, enable [LucidLink Snapshots](https://support.lucidlink.com/hc/en-us/articles/5464447039885-Filespace-snapshots-complete-guide) to automatically create backups of the Team Bundle.

### **Box**

* When creating a Team Bundle on Box, always put this in a Folder (not in the Root).
* Make sure you make this folder available offline on all machines. Right-click on the Team Bundle and choose "Make available offline".
* When performing an action in PostLab (like opening a team bundle or saving/discarding), Box won't always immediately push these changes. If you want to make sure everyone is up to date, manually push changes by right-clicking on the Team Bundle and choosing ‘Refresh folder.’ After a while, the changes will be visible on other machines.

### Dropbox

* Make sure you make the Team Bundle available offline on all machines. Right-click on the Team Bundle and choose "Make available offline."
* When performing an action in PostLab (like opening a team bundle or saving/discarding), Dropbox won't always immediately push these changes. You can check Dropbox's syncing status to see if changes are being pushed or coming in.

{% hint style="info" %}
For an improved experience, use the open-source Dropbox client, Maestral. Maestral enables PostLab to offer more accurate information about syncing activity when the Command Line Tool is installed through Maestral's settings.

Download Maestral at: <https://maestral.app>

Install te CLI in the settings:\
![](/files/3NmGMtq9GRE7Pp98S0Z0)
{% endhint %}

### Suite

* Make sure every collaborator has access to the folder in which the Team Bundle resides. Preferably not the Root.
* For the best and fastest performance, add the Team Bundle to Suite's cache. Right-click on the Team Bundle and choose "Add to Pre-Cache."
* Make sure your Suite cache setting is sufficient to cover your cached Team Bundle size. Don't forget that your Team Bundle can grow, so reserve extra cache space for it. If possible, allocate a dedicated cache drive.

### Synology Drive

* You can safely use Synology's Drive app to access your Synology data remotely. There are no known caveats.

### Google Drive

{% hint style="info" %}
Google Drive is not fully certified as it sometimes shows erratic behavior when syncing.&#x20;
{% endhint %}

* Guests and Members need to be at least Content Creators. Contributors won't work as they cannot delete files, which is required to keep track of syncing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hedge.video/postlab/supported-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
