Backup Destinations ​
A backup destination is the storage that account backups are written to. Every backup policy names one. Create the destination first; a policy cannot be saved without one.
Overview ​
URL: /admin/backups/destinations
The page is the Destinations tab of Backups.

| Column | What it shows |
|---|---|
| Name | The name you gave the destination. It is what you pick from in a policy. |
| Type | The kind of storage. |
| Repositories | How many repositories the destination currently holds, one per account backed up to it. |
| Active | Whether policies may use it. |
Test connection checks that the panel can reach the storage with the credentials you entered, and reports the reason when it cannot. Run it after creating a destination and before attaching a policy to it, so a failure surfaces now rather than during the first backup.
Creating a destination ​
New Backup Destination, at /admin/backups/destinations/create, asks for a name and a type. The remaining fields depend on the type you pick.

| Type | Use it for |
|---|---|
| S3 / S3-compatible | Amazon S3 and any provider that speaks the same protocol. |
| SFTP | A server you reach over SSH. |
| WebDAV / Nextcloud | WebDAV storage, including Nextcloud. |
| restic REST server | A dedicated backup server. |
| Local path | A directory on this server. |
| Custom rclone config | A provider none of the above covers, configured by hand. |
The form itself says which types perform best: S3 and the REST server are the fastest and most reliable, and WebDAV or Nextcloud works but is slower.
Warning: A Local path destination lives on the same machine as the data it protects. It is useful for a quick copy, but it is not a backup of the server: if the disk or the machine is lost, the backups go with it. Keep at least one off-site destination.
Active controls whether the destination may be used. Clearing it leaves the stored snapshots alone but keeps new runs off it.
Related pages ​
- Backups - the overview and its other tabs.
- Backup Policies - what each destination is used for.
- Server Configuration Backup - the server's own backup, which uses the same destinations.