kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
8c6b78c55a
commit
271221c786
|
@ -16,7 +16,7 @@ title: duplicati
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-duplicati/job/master/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-duplicati/job/master/)
|
||||||
[](https://ci-tests.linuxserver.io/linuxserver/duplicati/latest/index.html)
|
[](https://ci-tests.linuxserver.io/linuxserver/duplicati/latest/index.html)
|
||||||
|
|
||||||
[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.
|
[Duplicati](https://www.duplicati.com/) is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.
|
||||||
|
|
||||||
[](https://www.duplicati.com/)
|
[](https://www.duplicati.com/)
|
||||||
|
|
||||||
|
@ -45,7 +45,9 @@ This image provides various versions that are available via tags. Please read th
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
The webui is at `<your ip>:8200` , create backup jobs etc via the webui, for local backups select `/backups` as the destination. For more information see [Duplicati](https://www.duplicati.com/).
|
The webui is at `<your ip>:8200`.
|
||||||
|
|
||||||
|
For local backups select `/backups` as the destination. For more information see [Duplicati](https://www.duplicati.com/).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -63,9 +65,11 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
|
- SETTINGS_ENCRYPTION_KEY=
|
||||||
- CLI_ARGS= #optional
|
- CLI_ARGS= #optional
|
||||||
|
- DUPLICATI__WEBSERVICE_PASSWORD= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/duplicati/config:/config
|
||||||
- /path/to/backups:/backups
|
- /path/to/backups:/backups
|
||||||
- /path/to/source:/source
|
- /path/to/source:/source
|
||||||
ports:
|
ports:
|
||||||
|
@ -81,9 +85,11 @@ docker run -d \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
|
-e SETTINGS_ENCRYPTION_KEY= \
|
||||||
-e CLI_ARGS= `#optional` \
|
-e CLI_ARGS= `#optional` \
|
||||||
|
-e DUPLICATI__WEBSERVICE_PASSWORD= `#optional` \
|
||||||
-p 8200:8200 \
|
-p 8200:8200 \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/duplicati/config:/config \
|
||||||
-v /path/to/backups:/backups \
|
-v /path/to/backups:/backups \
|
||||||
-v /path/to/source:/source \
|
-v /path/to/source:/source \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -107,7 +113,9 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
| `PUID=1000` | for UserID - see below for explanation |
|
| `PUID=1000` | for UserID - see below for explanation |
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
|
| `SETTINGS_ENCRYPTION_KEY=` | Encryption key for settings database. Minimum 8 characters, alphanumeric. |
|
||||||
| `CLI_ARGS=` | Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with |
|
| `CLI_ARGS=` | Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with |
|
||||||
|
| `DUPLICATI__WEBSERVICE_PASSWORD=` | Password for the webui. If left unset will default to `changeme` and can be changed from the webui settings. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -285,7 +293,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **15.02.23:** - Deprecate armhf.
|
* **29.11.24:** - Rebase to Noble, add support for settings DB encryption.
|
||||||
|
* **15.02.23:** - Rebase to Jammy.
|
||||||
* **03.08.22:** - Deprecate armhf.
|
* **03.08.22:** - Deprecate armhf.
|
||||||
* **25.04.22:** - Rebase to mono:focal.
|
* **25.04.22:** - Rebase to mono:focal.
|
||||||
* **01.08.19:** - Rebase to Linuxserver LTS mono version.
|
* **01.08.19:** - Rebase to Linuxserver LTS mono version.
|
||||||
|
|
Ładowanie…
Reference in New Issue