mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-30 17:02:30 +00:00
Compare commits
No commits in common. "ae4746786344bc59483c26e44d7bf8c0b4b79760" and "f0d773c7f9f92948a645b30153452bcbd5ea5b0a" have entirely different histories.
ae47467863
...
f0d773c7f9
@ -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, for example:
|
Edit the file /etc/default/duplicati and add DAEMON_OPTS options to your liking:
|
||||||
`sudo nano /etc/default/duplicati`
|
`sudo nano /etc/default/duplicati`
|
||||||
|
|
||||||
```nohighlight
|
```nohighlight
|
||||||
@ -366,12 +366,6 @@ 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
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
2024/09/04
|
2024/08/13
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user