You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--label \"org.opencontainers.image.description=[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.\" \
546
+
--label \"org.opencontainers.image.description=[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.\" \
--label \"org.opencontainers.image.description=[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.\" \
578
+
--label \"org.opencontainers.image.description=[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.\" \
--label \"org.opencontainers.image.description=[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.\" \
607
+
--label \"org.opencontainers.image.description=[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.\" \
[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.
42
+
[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.
@@ -68,7 +68,9 @@ This image provides various versions that are available via tags. Please read th
68
68
69
69
## Application Setup
70
70
71
-
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/).
71
+
The webui is at `<your ip>:8200`.
72
+
73
+
For local backups select `/backups` as the destination. For more information see [Duplicati](https://www.duplicati.com/).
72
74
73
75
## Usage
74
76
@@ -86,9 +88,10 @@ services:
86
88
- PUID=1000
87
89
- PGID=1000
88
90
- TZ=Etc/UTC
91
+
- SETTINGS_ENCRYPTION_KEY=
89
92
- CLI_ARGS= #optional
90
93
volumes:
91
-
- /path/to/appdata/config:/config
94
+
- /path/to/duplicati/config:/config
92
95
- /path/to/backups:/backups
93
96
- /path/to/source:/source
94
97
ports:
@@ -104,9 +107,10 @@ docker run -d \
104
107
-e PUID=1000 \
105
108
-e PGID=1000 \
106
109
-e TZ=Etc/UTC \
110
+
-e SETTINGS_ENCRYPTION_KEY= \
107
111
-e CLI_ARGS= `#optional` \
108
112
-p 8200:8200 \
109
-
-v /path/to/appdata/config:/config \
113
+
-v /path/to/duplicati/config:/config \
110
114
-v /path/to/backups:/backups \
111
115
-v /path/to/source:/source \
112
116
--restart unless-stopped \
@@ -123,6 +127,7 @@ Containers are configured using parameters passed at runtime (such as those abov
123
127
|`-e PUID=1000`| for UserID - see below for explanation |
124
128
|`-e PGID=1000`| for GroupID - see below for explanation |
125
129
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|`-e 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 |
127
132
|`-v /config`| Contains all relevant configuration files. |
128
133
|`-v /backups`| Path to store local backups. |
@@ -289,7 +294,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
289
294
290
295
## Versions
291
296
292
-
***15.02.23:** - Deprecate armhf.
297
+
***29.08.24:** - Rebase to Noble, add support for settings DB encryption.
298
+
***15.02.23:** - Rebase to Jammy.
293
299
***03.08.22:** - Deprecate armhf.
294
300
***25.04.22:** - Rebase to mono:focal.
295
301
***01.08.19:** - Rebase to Linuxserver LTS mono version.
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) 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."
7
+
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) 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."
- { env_var: "CLI_ARGS", env_value: "", desc: "Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with" }
40
41
41
-
# optional parameters
42
-
optional_block_1: false
43
-
optional_block_1_items: ""
44
-
45
42
# application setup block
46
43
app_setup_block_enabled: true
47
44
app_setup_block: |
48
-
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]({{project_url}}).
45
+
The webui is at `<your ip>:8200`.
46
+
47
+
For local backups select `/backups` as the destination. For more information see [Duplicati]({{project_url}}).
49
48
50
49
# changelog
51
50
changelogs:
52
-
- { date: "15.02.23:", desc: "Deprecate armhf." }
51
+
- { date: "29.08.24:", desc: "Rebase to Noble, add support for settings DB encryption." }
52
+
- { date: "15.02.23:", desc: "Rebase to Jammy." }
53
53
- { date: "03.08.22:", desc: "Deprecate armhf." }
54
54
- { date: "25.04.22:", desc: "Rebase to mono:focal." }
0 commit comments