Files
2025-05-10 18:22:56 +02:00

2.5 KiB
Raw Permalink Blame History

comments
comments
true

Backup solutions for your data

Duplicati

Duplicati install

Duplicati

Duplicati is a versatile and secure backup tool designed for everyone, including:

  • Users new to backup systems who need a simple and reliable solution.
  • Experienced users who want full control over encrypted backups and storage destinations.
  • System administrators who require automated, encrypted backups across multiple platforms.

Duplicati offers powerful features such as strong AES-256 encryption, backup scheduling, and flexible storage support (local folders, NAS, cloud providers like Google Drive, Dropbox, S3, and more).
Through its web-based interface, users can easily configure, monitor, and restore backups from any browser.

Thanks to Duplicatis smart design — working through standard protocols and containerized deployment — it fits seamlessly into any environment, from personal setups to enterprise infrastructures.

Edit: footer header
Status: Stable
Architecture: x86-64 arm64
Maintainer: @igorpecovnik
Documentation: Link

armbian-config --cmd DPL001

=== "Access to the web interface"

The web interface is accessible via port **8200**:

- URL: `http://<your.IP>:8200`

=== "Directories"

- Install directory: `/armbian/duplicati`
- Configuration directory: `/armbian/duplicati/config`
- Backup target directory: `/armbian/duplicati/backups`

=== "View logs"

```sh
docker logs -f duplicati
```
armbian-config --cmd DPL002
armbian-config --cmd DPL003