Merge pull request #69 from Gelma/typos

Fix typos
This commit is contained in:
kees-z 2021-01-22 19:13:57 +01:00 committed by GitHub
commit 926cafd613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -291,7 +291,7 @@ Because at the moment the internal server component of the Tray Icon tool is alr
*Maybe optional*: Forum [instructions](https://forum.duplicati.com/t/how-to-install-duplicati-on-debian-stretch/4722) advise installation of the following Debian repository packages. *Maybe optional*: Forum [instructions](https://forum.duplicati.com/t/how-to-install-duplicati-on-debian-stretch/4722) advise installation of the following Debian repository packages.
```nohighlight ```nohighlight
sudo apt install apt-transport-https sudo nano git-core python software-properties-common dirmngr -y sudo apt install apt-transport-https nano git-core python software-properties-common dirmngr -y
``` ```
Download Debian .deb file from [https://www.duplicati.com/download](https://www.duplicati.com/download) Download Debian .deb file from [https://www.duplicati.com/download](https://www.duplicati.com/download)

View File

@ -583,7 +583,7 @@ First type in a new path and/or filename. Clicking Reset will undo changes you m
At the end of each backup job, Duplicati checks the integrity by downloading a few files from the backend. The contents of these file is checked against what Duplicati expects it to be. This procedure increases the reliability of the backup files, but backups take a bit longer to complete and use some download bandwidth. At the end of each backup job, Duplicati checks the integrity by downloading a few files from the backend. The contents of these file is checked against what Duplicati expects it to be. This procedure increases the reliability of the backup files, but backups take a bit longer to complete and use some download bandwidth.
Automatic verification after backup completion can be disabled by setting an advanced option. Howver, checking the integrity of the backup files is very important. If you disabled automatic verification, or if you just want to perform an additional verification, click the backup name and click Verify files under Advanced. Automatic verification after backup completion can be disabled by setting an advanced option. However, checking the integrity of the backup files is very important. If you disabled automatic verification, or if you just want to perform an additional verification, click the backup name and click Verify files under Advanced.
![](ss_verifybackup_01.png) ![](ss_verifybackup_01.png)
@ -716,7 +716,7 @@ Click to check the _Password_ checkbox to secure the web interface with a passwo
When enabled, _Allow remote access_ allows access to the web interface from other hosts in the network. When enabled, _Allow remote access_ allows access to the web interface from other hosts in the network.
***** *****
> ![](icon_info.png) If you are using a firewall, don't forget to make an access rule in your firewall to allow incoming traffic using the port the Duplicati sever listens on (default port is TCP port 8200). > ![](icon_info.png) If you are using a firewall, don't forget to make an access rule to allow incoming traffic using the port the Duplicati server listens on (default port is TCP port 8200).
***** *****

View File

@ -40,7 +40,7 @@ To store the information about what is in the backup, Duplicati relies on standa
To store the file list, Duplicati creates a file named `duplicati-20161014090000.dlist.zip` locally, where the numbers represent the current date and time in the UTC timezone. Inside this zip archive is a single JSON file named `filelist.json`, which starts out by being an empty list, which is expressed in JSON as `[]`. To store the file list, Duplicati creates a file named `duplicati-20161014090000.dlist.zip` locally, where the numbers represent the current date and time in the UTC timezone. Inside this zip archive is a single JSON file named `filelist.json`, which starts out by being an empty list, which is expressed in JSON as `[]`.
To store the data from files, Duplicati creates a file named `duplicati-7af781d3401eb90cd371.dblock.zip`, where the letters and numbers are chosen at random and have no relation to the data nor the current time. Initally this zip file is empty. To store the data from files, Duplicati creates a file named `duplicati-7af781d3401eb90cd371.dblock.zip`, where the letters and numbers are chosen at random and have no relation to the data nor the current time. Initially this zip file is empty.
You can see an overview of the process here: You can see an overview of the process here: