mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-25 22:42:28 +00:00
Fixed typos and repetitions
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
parent
3a987b53ed
commit
e9ff039fd5
@ -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.
|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
@ -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.
|
||||
|
||||
*****
|
||||
>  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).
|
||||
>  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).
|
||||
|
||||
*****
|
||||
|
||||
|
@ -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 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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user