> For the complete documentation index, see [llms.txt](https://docs.storware.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storware.eu/backup-and-recovery-7.3/administration/cloud/backup-slas/policies.md).

# Policies

Policies allow you to group cloud instances in many ways. For example, based on the cloud features.

To create a new backup policy, please open the Backup SLAs tab under the Cloud section and click on ![](/files/Mlb1upu7zHwdXwKktEWc)the button on the right.

![](/files/hou47AtpAGQXTg5yOKMi)

Now you should see the policy wizard with 8 main sections.

![](https://github.com/Storware/backup-and-recovery-manual/blob/master/administration/cloud/backup-slas/broken-reference)

## General

Under this section you can set up:

* The policy name
* Switch on/off scheduled backups enabled
* Set the priority for tasks

## Auto-assignment

In this section, you can switch on/off automatic policy assignments to cloud service providers

![](/files/6m6fgVIGkdbFP3d4fSQW)

{% hint style="info" %}
**Note:** Go to the [Account auto-synchronization](/backup-and-recovery-7.3/protecting-microsoft-365/microsoft-365-organization-management/account-auto-synchronization.md) to learn how to synchronize Microsoft 365 accounts.
{% endhint %}

## Features

Here you can easily select features that will be backup according to policy.

![](/files/zhpJRV0INwCAH6bMcmhR)

## Users / Groups / Sites / Teams

These sections are used to select instances that will be protected in policy.

![](/files/NCXXadJh7v10mUcLYZHF)

## Rule

This section is used to select the backup destination.

![](/files/qq6o0Qw0TkXQk8j4FRP9)

{% hint style="info" %}
**Note:** You can use only [File System](/backup-and-recovery-7.3/deployment/backup-destinations/filesystem/regular-filesystem.md), [Microsoft Azure Blob Storage](/backup-and-recovery-7.3/deployment/backup-destinations/object-storage/microsoft-azure-blob-storage.md), [Micro Focus Data Protector](/backup-and-recovery-7.3/deployment/backup-destinations/enterprise-backup-providers/micro-focus-data-protector.md) as a backup destination.
{% endhint %}

You can also set here **Retention** settings for your backups. You can use a number of days and versions to keep.

If you have already created a schedule, you can also select it or Create New Schedule.

## Retention

Storware Backup & Recovery handles retention for all backup destinations except NetBackup. There are 2 properties that define how long backup should be kept in the backup destination:

* `Retention - no. of versions to keep` - number of versions to keep
* `Retention - no. of days to keep` - number of days to keep

## Other

This is an optional section with two switches:

* Fail the rest of the backup tasks if more than xx% of the EXPORT tasks have already failed
* Fail the rest of the backup tasks if more than xx% of the STORE tasks have already failed

Two examples when using switches is useful It is very likely that if 30% of the backup tasks fail, the remaining tasks will also fail because the environment has failed. Or you are backing up a set of machines, and if even one is not secured, there is no point in backing up the rest.

In the end, save settings.

{% hint style="info" %}
There is no limit to the number of policies you can create.
{% endhint %}

{% hint style="info" %}
**Note:** You can also perform the same action thanks to the CLI interface: [CLI Reference](/backup-and-recovery-7.3/administration/cli-reference.md)
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.storware.eu/backup-and-recovery-7.3/administration/cloud/backup-slas/policies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
