diff --git a/Duplicati/CommandLine/CLI/help.txt b/Duplicati/CommandLine/CLI/help.txt index 3f78afd2c..d451bcde9 100644 --- a/Duplicati/CommandLine/CLI/help.txt +++ b/Duplicati/CommandLine/CLI/help.txt @@ -1,9 +1,9 @@ -# This file is the help for the Duplicati Command Line Client. It shows what +# This file is the help for the Duplicati Command Line Client. It shows what # commands the CLI understands and what the outputs are. Sometimes we used # placeholders for options. In that case descriptions are taken directly from -# the modules. Sometimes we described options here. The reason for that is, -# that we found the new description much better but did not want to create a -# need for translation as many options are described in the UI as well and +# the modules. Sometimes we described options here. The reason for that is, +# that we found the new description much better but did not want to create a +# need for translation as many options are described in the UI as well and # they are translated there. # ============================================================================= > duplicati.commandline.exe @@ -29,8 +29,8 @@ https://duplicati.com/ Version: %VERSION% Show the last changes to Duplicati ================================== - Duplicati updates automatically when a newer version is available. The following command will show a list of versions and changes. - + Duplicati updates automatically when a newer version is available. The following command will show a list of versions and changes. + "%APP_PATH%" changelog # ============================================================================= @@ -39,8 +39,8 @@ Show the last changes to Duplicati Show system information as seen by Duplicati ============================================ - Issue the following command to see a variety of system information relevant to Duplicati. - + Issue the following command to see a variety of system information relevant to Duplicati. + "%APP_PATH%" system-info # ============================================================================= @@ -49,30 +49,30 @@ Show system information as seen by Duplicati Make an encrypted backup ======================== - The following command will make an encrypted backup and store it on an FTP server. As no passphrase is specified, the user is prompted for a password. The upload speed is throttled to 500kB/s. Backups older than one month are considered old. Old backups are deleted automatically. The maximum file size is limited to 50MB (default). - + The following command will make an encrypted backup and store it on an FTP server. As no passphrase is specified, the user is prompted for a password. The upload speed is throttled to 500kB/s. Backups older than one month are considered old. Old backups are deleted automatically. The maximum file size is limited to 50MB (default). + "%APP_PATH%" backup ftp://me:example.com@ftp.example.com/target "%EXAMPLE_SOURCE_PATH%" --throttle=500kB - + Search for files in a backup ============================ - The backup can be searched for specific files. The following command returns all files "%EXAMPLE_SOURCE_FILE%" of the last backup. File names can also contain the wildcards * and ?. - + The backup can be searched for specific files. The following command returns all files "%EXAMPLE_SOURCE_FILE%" of the last backup. File names can also contain the wildcards * and ?. + "%APP_PATH%" find ftp://me:example.com@ftp.example.com/target "%EXAMPLE_SOURCE_FILE%" Restore a specific file ======================= The following command will restore "%EXAMPLE_SOURCE_FILE%" from the backup in the latest version to its original destination and overwrite an existing file. - + "%APP_PATH%" restore ftp://me:example.com@ftp.example.com/target "%EXAMPLE_SOURCE_FILE%" --overwrite - + # ============================================================================= > duplicati.commandline.exe help backup - + Usage: %CLI_EXE% backup "" [] - Makes a backup of and stores it in . The format for is - protocol://username:password@hostname:port/path?backend_option1=value1&backend_option2=value2. + Makes a backup of and stores it in . The format for is + protocol://username:password@hostname:port/path?backend_option1=value1&backend_option2=value2. Multiple source paths can be specified if they are separated by a space. %IF_WINDOWS% On Windows clients, there are two special ways to specify the drive for files to back up. These two methods may help to back up sources on removable drives, whose drive letters may not be reliable. @@ -107,9 +107,9 @@ Usage: %CLI_EXE% find [""] [] --version= Shows what the files looked like in a specific backup. If no version is specified the latest backup (version=0) will be used. If nothing is found, older backups will be searched automatically. --include= - Reduces the list of files in a backup to those that match the provided string. This is applied before the search is executed. + Reduces the list of files in a backup to those that match the provided string. This is applied before the search is executed. --exclude= - Removes matching files from the list of files in a backup. This is applied before the search is executed. + Removes matching files from the list of files in a backup. This is applied before the search is executed. --all-versions= Searches in all backup sets, instead of just searching the latest @@ -151,14 +151,14 @@ Usage: %CLI_EXE% restore [""] [] Restore files from a specific backup. - + # ============================================================================= > duplicati.commandline.exe help delete Usage: %CLI_EXE% delete [] - + Marks old data deleted and removes outdated dlist files. A backup is deleted when it is older than or when there are more newer versions than . Data is considered old, when it is not required from any existing backup anymore. - + --dry-run Performs the operation, but does not write changes to the local database or the remote storage --keep-time=