diff --git a/docs/07-other-command-line-utilities.md b/docs/07-other-command-line-utilities.md index 1dc8425..98da166 100644 --- a/docs/07-other-command-line-utilities.md +++ b/docs/07-other-command-line-utilities.md @@ -41,7 +41,7 @@ Additionally, these server options are also supported: * `--server-datafolder` * `--server-encryption-key` -See [Duplicati.Server.exe](#_Duplicati.Server.exe) for more information about these command line options. +See [Duplicati.Server.exe](07-other-command-line-utilities/#duplicatiserverexe) for more information about these command line options. @@ -105,7 +105,7 @@ Installs the service as a local user. It is possible to pass arguments to `Duplicati.Server.exe`, simply add them to the commandline: `Duplicati.WindowsService.exe install --webservice-interface=loopback --log-retention=3M` -See [Duplicati.Server.exe](#_Duplicati.Server.exe) for more information about supported command line options. +See [Duplicati.Server.exe](07-other-command-line-utilities/#duplicatiserverexe) for more information about supported command line options. ## Duplicati.CommandLine.BackendTester.exe @@ -273,7 +273,7 @@ Install the latest update from the currently selected update channel. ## Duplicati.CommandLine.RecoveryTool.exe -This tool can be used in very specific situations, where you have to restore data from a corrupted backup. The procedure for recovering from this scenario is covered in [Disaster Recovery](#_Disaster_Recovery). +This tool can be used in very specific situations, where you have to restore data from a corrupted backup. The procedure for recovering from this scenario is covered in [Disaster Recovery](08-disaster-recovery). Additionally, you can use the Recovery Tool to convert your backup files to another compression type. When creating a new backup job, you have to choose a compression type (default is Zip). After the first backup is made, the compression type cannot be changed. With the Duplicati Recovery Tool, you can download all files from the backend to your local filesystem, encrypt and uncompress them.