mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-10-05 11:10:08 +00:00
Compare commits
9 Commits
92c7efc167
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
e772f450b5 | ||
|
c66029cdd3 | ||
|
302cbdd099 | ||
|
ae47467863 | ||
|
4ba0d765e9 | ||
|
ed2e5ae8e7 | ||
|
f0d773c7f9 | ||
|
95873a5761 | ||
|
48c91ab6ab |
@@ -351,7 +351,7 @@ Restart=always
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit the file /etc/default/duplicati and add DAEMON_OPTS options to your liking:
|
Edit the file /etc/default/duplicati and add DAEMON_OPTS options to your liking, for example:
|
||||||
`sudo nano /etc/default/duplicati`
|
`sudo nano /etc/default/duplicati`
|
||||||
|
|
||||||
```nohighlight
|
```nohighlight
|
||||||
@@ -366,6 +366,12 @@ Edit the file /etc/default/duplicati and add DAEMON_OPTS options to your liking:
|
|||||||
# Additional options that are passed to the Daemon.
|
# Additional options that are passed to the Daemon.
|
||||||
DAEMON_OPTS="--webservice-interface=any --webservice-port=8200 --portable-mode"
|
DAEMON_OPTS="--webservice-interface=any --webservice-port=8200 --portable-mode"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*****
|
||||||
|
>  The variable `DAEMON_OPTS=` is the commandline arguments passed to the server. The meaning of the options that are passed are described in [Other Command Line Utilities, `Duplicati.Server.exe`](https://docs.duplicati.com/en/latest/07-other-command-line-utilities/#duplicatiserverexe). Note that the example uses `--webservice-interface=any` which is only recommended for environments where the network is secured, not for local installations.
|
||||||
|
*****
|
||||||
|
|
||||||
|
|
||||||
Enable, start and check running status of the duplicati service:
|
Enable, start and check running status of the duplicati service:
|
||||||
```
|
```
|
||||||
sudo systemctl enable duplicati.service
|
sudo systemctl enable duplicati.service
|
||||||
|
@@ -147,7 +147,7 @@ In step 3 you can select the files and folders you want to include in the backup
|
|||||||
*****
|
*****
|
||||||
|
|
||||||
*****
|
*****
|
||||||
>  Clicking an item in the file picker will add that item and all child items to the source selection list. This is indicated with a green check mark. Clicking it a second time changes the check mark to a red cross. This excludes that item an all child items from the backup.
|
>  Clicking an item in the file picker will add that item and all child items to the source selection list. This is indicated with a green check mark. Clicking it a second time changes the check mark to a red cross. This excludes that item and all child items from the backup.
|
||||||
|
|
||||||
*****
|
*****
|
||||||
|
|
||||||
|
@@ -69,7 +69,7 @@ The path to the folder where the static files for the webserver is present. The
|
|||||||
* `--webservice-port`
|
* `--webservice-port`
|
||||||
The port the webserver listens on. Multiple values may be supplied with a comma in between.
|
The port the webserver listens on. Multiple values may be supplied with a comma in between.
|
||||||
* `--webservice-sslcertificatefile`
|
* `--webservice-sslcertificatefile`
|
||||||
The certificate and key file in PKCS #12 format the webserver use for SSL. Only RSA/DSA keys are supported.
|
The certificate and key file in PKCS #12 format the webserver use for SSL. Only RSA/DSA keys are supported. Also, under mono, the modern (i.e. AES) encryptions for the PKCS#12 files are not supported (PBE-SHA1-3DES is one example that works).
|
||||||
* `--webservice-sslcertificatepassword`
|
* `--webservice-sslcertificatepassword`
|
||||||
The password for decryption of certificate PKCS #12 file.
|
The password for decryption of certificate PKCS #12 file.
|
||||||
* `--webservice-interface`
|
* `--webservice-interface`
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
2024/05/28
|
2024/11/14
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user