kees-z / DuplicatiDocs

Duplicati User's Manual
GNU Lesser General Public License v2.1
80 stars 68 forks source link

Advanced option "alternate-target-paths" is not present on UI in the created backup #106

Closed atestovgit closed 1 year ago

atestovgit commented 1 year ago

OS: Windows 10 Version 22H2 (Build 19045.3570) Duplicati version: 2.0.7.1_beta_2023-05-25 Browser: Vivaldi 6.1.3035.204 (Stable channel) (64-bit)

Steps to reproduce:

  1. UI Menu "Add backup" -> "Next" button
  2. On the General tab:
    • Name: "test backup"
    • Click "Generate" link to generate Passphrase
    • Click "Next" button
  3. On the "Destination" tab:
    • Click "Manually type path"
    • Folder path: C:\tmp_dest1\
    • Add Advanced option alternate-target-paths with value C:\tmp_dest2\
    • Click "Next" button
  4. On the "Source data" tab:
    • Add any existent source folder with files e.g. C:\tmp_source\
    • Click "Next" button
  5. On the "Schedule" tab:
    • Uncheck "Automatically run backups." checkbox
    • Click "Next" button
  6. On the "Options" tab:
    • Click "Save" button
  7. Click on the created backup "test backup" and then "Edit" link
  8. Click "Destination" tab and then "Advanced options"

Expected result:

alternate-target-paths option is present on UI with C:\tmp_dest2\ value

Actual result:

alternate-target-paths option is not present

Notes:

atestovgit commented 1 year ago

Sorry, incorrect repository. The bug is for the duplicati application, not the documentation