Manage the files using File Explorer

OmniDeq maintains the list of files required for the process/application generated from the discovery. User can view/update this list of required files.

Notes: Original data of discovery process is immutable, Create a Copy, using the Create Copy option for customization work.

  1. Click on Transform in the menu on the left side .

    • Page is displayed in the image below.

      File Explorer
  2. Select the profile you want to view/update the list of files. Click on Containerize button as shown in the image below.

    File Explorer

  3. Clicking on Containerize button will open up following page which will have multiple options like Create Copy, edit docker file, file explorer and validate and build button.

    File Explorer

  4. Click on Create Copy button from top right corner to create a copy of base profile as original data of discovery process is immutable. Newly created profile will be listed as on following page.

    File Explorer 5. Click on the File Explorer button to edit the View/Manage the files for containerization process.

    File Explorer

    • Newly opened screen will have host and process/service selected by default.
    • In case of merged profile i.e for IIS, user can select appropriate website/app from process/service dropdown to view/manage the files.
    • This will open a screen as shown below which will contain two options to manage files

      1. File Explorer
      2. Include Files

    File Explorer

File Explorer

  1. Remove a file from the list:

    • De-select the file to be removed and click on the save button. If nothing is to be changed click on the cancel button.

      File Explorer

  2. Relocate a File:

    • Once you are on the File explorer view, Expand and find the file from explorer which you want to relocate in the container.
    • Click on the three dots next to the desired file and click on "Target Location"

      File Explorer

    • In the Target Location, add the desired absolute destination path for the file in container and click on "Update".

    • Note:

      • Symbolic links with absolute link destination is supported to relocate.
      • Provide the absolute destination file path, like:
        • C:\destination\file\path\destinationFileName
      • If file needs to be relocated under different directory, append path separator ("\") at the end of the target directory path:

        • C:\destination\file\path\
        • If destination path is not present, it will be created. Destination path should be from C: drive and if different drive needs to be provided then commands to create the required drive should be added in docker file.

        File Explorer

    • Once the required files are added click on the "Save" button. If nothing is to be changed click on the "Cancel" button.

      File Explorer

      File Explorer

    • File list relocation will also be populated in "Include Files" section to view/modify/delete the entry.

      File Explorer

Include Files