> For the complete documentation index, see [llms.txt](https://docs.zmanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zmanda.com/zmanda-classic/installation-and-configuration/step-2-add-storage/simple-disk.md).

# Simple Disk

Adding a Simple Disk storage option is, well... simple! Follow along to back up your data directly to your Zmanda Backup Server.

Before performing these steps, you can create a new directory in any location of your choice. Just make sure that ownership of the directory is given to the amandabackup user and group. Instructions to do so are in the following steps (step 7):

## Steps

1. Log in to the ZMC.
2. In the left navigation pane, select **Storage.**

![](/files/EMUHW9Y6Umw26aJtK2Gv)

3. Click on the **ADD STORAGE** button in the top right corner.

![](/files/RSt5gX4txnHUUsA2DA88)

4. In the pane that appears, select **Simple Disk.**

![](/files/vY2eZFATQvtqv77sOkH9)

5. A configuration window will appear (see below). First, select the Backup Server where your data will be stored.
6. Next, give the storage a name in the **Name** text box. You may not use spaces or dashes, but other than that, be as creative as you like!
7. In the **Root Path** section, enter the path to the directory where you wish to store your backed-up data. The path may be located anywhere, but please ensure that it is owned by the amandabackup user and group. Use the following command in the command line of the backup server to change the ownership

```
sudo chown amandabackup:amandabackup <path of the directory>
```

5. Optionally, enter any desired comments in the **Comments** text box\*\*.\*\*
6. The **Output Buffer Size** and **Output Buffer Abbr** sections may be left as default.
7. Click **SAVE.**

![](/files/DMu2KxjXhooCRc3olKNG)

After clicking save, a new entry will appear on the storage page with a green Status icon ensuring that you have done everything correctly.

<figure><img src="/files/4KwZ5i8YIOrpkR1cF74E" alt=""><figcaption></figcaption></figure>

At this point, you are ready to initialize a Backup Set!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.zmanda.com/zmanda-classic/installation-and-configuration/step-2-add-storage/simple-disk.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.
