# ZFS

## Prerequisites

* ZFS pool created
* Deduplication must be enabled

## Creating a Synthetic Filesystem Backup Destination

1. Navigate to Backup Destination -> Filesystem
2. Click on the "Create" button and select "File System (synthetic)"
3. Provide necessary information
   1. General tab
      1. Provide a name for the backup destination
      2. Select if the backup destination should be the default one
      3. Provide a description if required
      4. Select "ZFS" radio button
      5. Configure visibility for projects
   2. Choose the node configuration tab
      1. Select for which node configuration this backup destination should be available
   3. File System (synthetic) settings tab
      1. Provide backup destination path
      2. Provide ZFS pool name
   4. Pre/post access
      1. Configure command to execute before or after storing data process
4. Save the backup destination settings


---

# 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.storware.eu/deployment/backup-destinations/filesystem/synthetic-file-system/zfs.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.
