Parsec workspaces

In Parsec, your data is securely stored within workspaces.

Parsec workspace

You can import your data into a Parsec workspace and manage your files and directories as you will do with a regular file explorer.

Parsec file explorer

Workspaces are mounted by default in your system and will also appear in the file explorer as regular folders. This is convenient to copy files from and to Parsec.

Each workspace has its own role-based policy for read and write access. This allows a fine-grained access control as each user can have different roles in different workspaces.

Note

When you are offline, you can still access documents provided they were synchronized by Parsec while connected. Synchronization will occur automatically as soon as the connection with the server is established.

Create a workspace

You can create a workspace by clicking New workspace and entering a name for the workspace.

Creating a workspace

When you create a workspace, you automatically get the Owner role within the workspace.

Share a workspace

If you have the Owner or Manager role, the Sharing and roles option will be available from the workspace menu.

Find the user you want to share the workspace with and select its workspace roles.

Sharing a workspace

Depending on the user profile within the organization, some roles may not be available for the selected user.

You can remove access to this workspace by selecting Not shared for a given user.

Workspace roles

The workspace role defines what the user is allowed to do within the workspace. Since the role is specific to the workspace, a user can have different roles in different workspaces.

The available roles and what they allow to do are shown in the following table.

User rights

Reader

Contributor

Manager

Owner

Can view and open files

Can edit, import and delete files

Can manage user access to the workspace

Can re-encrypt the workspace

Can promote other users to Owner

Users without a role in the workspace, are not allowed to access nor see the workspace.

Warning

It is recommended to always share the workspace with other users.

Strong cryptographic security prevents data recovery. If the workspace is not shared with others, and the user loses access to its device or cannot log in for any reason, data stored in the workspace will be lost forever.

Browse workspace history and restore files

Parsec allows you to browse a workspace at a given time, showing you all the files as they were. You will need to have the Owner or Manager roles on the workspace. The History option is available in the workspace context menu.

Browse workspace history

Once you enter the History mode, you can navigate inside the workspace as you normally would.

Workspace history

If you change the date or time, files and folders will be automatically updated to reflect the state of the workspace at this moment. You can only select a time between the workspace’s creation date and the current date.

Select a date and time

If you want to restore a file or a folder, select it and click Restore. This will replace the current version of the file with the version from the selected date and time.

Restore a file

Note

If you make a mistake, don’t worry, the file history is incremental and therefore it is never deleted! Let’s take an example with a file named File.txt whose content has been updated as follows:

  1. On April 1st, Creation of the file with the content AAA. This is version 1.

  2. On April 5th, Update of the file with the content BBB (replacing the previous content). This is version 2.

  3. On April 7th, Update of the file with the content CCC (replacing the previous content). This is version 3.

If you look at this workspace history on April 6th, the content of the file will be BBB. Should you chose to restore this version, the content of File.txt (CCC currently) will be replaced by BBB. This will be version 4, which means that version 3 has not been deleted, and if you later change your mind, you will still be able to restore it.

You can also explore the workspace history from a specific file. This will open the history page directly where the file is stored.

Open workspace history from a file