From abb01cbcab08316e02114b3d8f9be228cfa08e45 Mon Sep 17 00:00:00 2001 From: GaryNg Date: Thu, 30 Apr 2020 00:42:47 +0800 Subject: [PATCH 1/5] Fix typo --- docs/03-using-the-graphical-user-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-using-the-graphical-user-interface.md b/docs/03-using-the-graphical-user-interface.md index acdb676..df8881f 100644 --- a/docs/03-using-the-graphical-user-interface.md +++ b/docs/03-using-the-graphical-user-interface.md @@ -210,7 +210,7 @@ Click the _Save_ button. Your first backup job should show up in the main window ![](ss_newbackup_12.png) -If you have a previously exported configuration file, you can import it by selecting _Import from a file_ in the _Add backup_ menu. N the next step you can browse to the location where your configuration file is stored, enter a passphrase if the configuration file is encrypted and click _Import_. If _Save immediately_ was deselected before the _Import_ button was clicked, you can review all 5 steps and make changes if desirable. Click the _Save_ button in step 5 to save your backup job configuration. +If you have a previously exported configuration file, you can import it by selecting _Import from a file_ in the _Add backup_ menu. In the next step you can browse to the location where your configuration file is stored, enter a passphrase if the configuration file is encrypted and click _Import_. If _Save immediately_ was deselected before the _Import_ button was clicked, you can review all 5 steps and make changes if desirable. Click the _Save_ button in step 5 to save your backup job configuration. > ![](icon_info.png) When importing a backup job from a configuration file, a new database will be created, using a random filename. If the configuration file contains the name of a local database, this name will be ignored. This will prevent problems caused by multiple backup jobs using the same local database. If you want to re-use an existing database, open the backup configuration’s Database menu after the job is imported. Enter the path and filename of the existing local database in the Local database path field. From 3dee3c329390d168c2db3d05e1d9401b7b2c343d Mon Sep 17 00:00:00 2001 From: GaryNg Date: Thu, 30 Apr 2020 02:34:34 +0800 Subject: [PATCH 2/5] Fix typo --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index f61e64c..f8ce44e 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -194,7 +194,7 @@ Duplicati supports pluggable encryption modules. Use this option to select a mod ### exclude `--exclude` -Exclude files that match this filter. The special characterc `*` means any number of character, and the special character `?` means any single character, use `*.txt` to exclude all files with a txt extension. Regular expressions are also supported and can be supplied by using hard braces, i.e. `[.*\.txt]`. +Exclude files that match this filter. The special character `*` means any number of character, and the special character `?` means any single character, use `*.txt` to exclude all files with a txt extension. Regular expressions are also supported and can be supplied by using hard braces, i.e. `[.*\.txt]`. ### exclude-empty-folders `--exclude-empty-folders = false` From 2ff5c07d34a9464c7eb9adc7b8f166d1ffff8930 Mon Sep 17 00:00:00 2001 From: GaryNg Date: Thu, 30 Apr 2020 02:40:27 +0800 Subject: [PATCH 3/5] Fix wording --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index f8ce44e..3bfd333 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -234,7 +234,7 @@ Use this option to handle hardlinks (only works on Linux/OSX). The `first` optio ### ignore-filenames `--ignore-filenames` -Use this option to set a filename, or list of filenames, that indicate exclusion of a folder which contains it. A common use would be to have a file named something like ".nobackup" and place this file into folders that should not be backed up. The Separtor is for Windows systems the semicolon (;) and on Linux systems the colon (:). +Use this option to set a filename, or list of filenames, that indicate exclusion of a folder which contains it. A common use would be to have a file named something like ".nobackup" and place this file into folders that should not be backed up. The separator for Windows system is a semicolon (;) and for Linux systems is a colon (:). ### include `--include` From 3f0d195b90ea46481fd9a0c91d4e0b4998fe620b Mon Sep 17 00:00:00 2001 From: GaryNg Date: Thu, 30 Apr 2020 02:53:10 +0800 Subject: [PATCH 4/5] Fix typo --- docs/07-other-command-line-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-other-command-line-utilities.md b/docs/07-other-command-line-utilities.md index ec93207..ca57057 100644 --- a/docs/07-other-command-line-utilities.md +++ b/docs/07-other-command-line-utilities.md @@ -221,7 +221,7 @@ Usage: The following commands are supported: `GET`, `PUT`, `LIST`, `DELETE`, `CREATEFOLDER` -he supported protocols are: +The supported protocols are: `aftp`, `amzcd`, `azure`, `b2`, `box`, `cloudfiles`, `dropbox`, `file`, `ftp`, `googledrive`, `gcs`, `hubic`, `jottacloud`, `mega`, `onedrive`, `openstack`, `s3`, `od4b`, `mssp`, `ssh`, `tahoe`, `webdav` Example: From af1dc2124e0f8091352317ee3b5a795c72622bb6 Mon Sep 17 00:00:00 2001 From: GaryNg Date: Thu, 30 Apr 2020 02:57:23 +0800 Subject: [PATCH 5/5] Fix some wordings --- docs/07-other-command-line-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-other-command-line-utilities.md b/docs/07-other-command-line-utilities.md index ca57057..cf51c9d 100644 --- a/docs/07-other-command-line-utilities.md +++ b/docs/07-other-command-line-utilities.md @@ -292,6 +292,6 @@ This command downloads all files to the local folder specified by ` ***** ***** -> ![](icon_important.png) Warning: Before recompress delete local database and after recompress recreate local database before executing any operation on backup. This allows Duplicati to read new file names from remote storage. +> ![](icon_important.png) Warning: Before recompressing, delete the local database and recreate the local database again after recompressing. Do this before executing any operation on the backup so that Duplicati can read the new file names from remote storage. *****