> 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/amanda-community/getting-started-with-amanda.md).

# Getting Started with Amanda

Welcome to Amanda. This page will help you get an Amanda install up and running, and then point you to resources for modifying it to suit your needs. Think of it as the first step: get something simple working and figure out what makes it tick. Once you're done with this page, it's up to you to figure out - using the manpages and the rest of this wiki - how to make Amanda do what you need.

## Getting Started

First up, you'll need to get Amanda installed. This guide assumes Amanda-3.2.0 or later, which your operating system's package library may not contain (many Linux distros are years behind!). See [Installation](https://wiki.zmanda.com/index.php/Installation) for help on this point. Great, now let's get a basic configuration set up that will back up /etc to local disks.

* [Build a Basic Configuration](https://docs.zmanda.com/v/amanda-community/getting-started-with-amanda/gswa-build-a-basic-configuration)

Let's have a look around at how that basic configuration works

* [A Peek Under the Hood](https://docs.zmanda.com/v/amanda-community/getting-started-with-amanda/gswa-a-peek-under-the-hood)

## Customizing

So now you have a working, if not terribly useful, Amanda installation. It's time to start customizing this installation so that it is closer to what you need.

* [Recovering Files](https://docs.zmanda.com/v/amanda-community/getting-started-with-amanda/gswa-recovering-files) (that is important, isn't it!)
* [Backing Up Other Systems](https://docs.zmanda.com/v/amanda-community/getting-started-with-amanda/gswa-backing-up-other-systems)
* [Much, much more..](https://wiki.zmanda.com/index.php/How_Tos)

## Getting Help

GitHub is the home for Amanda Community Edition. There, you will find resources, guides, discussions, and downloads. Please join to ask questions, get help, report issues, and contribute. [GitHub - zmanda/amanda: Amanda Network Backup](https://github.com/zmanda/amanda/).

***


---

# 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/amanda-community/getting-started-with-amanda.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.
