This article describes how to complete a Linux Dossier scan.
Before you begin
Download and extract the Dossier software from the Live Optics web portal. Dossier collectors can be found in the Collectors tab under Dossier.
- The Linux Dossier collector is downloaded as Dossier.Linux.x64.tar.gz. Unpack tar.gz file using the following command: tar -xzf LiveOptics.Dossier.Linux.x64.tar.gz.
- Once the tar.gz file is unpacked, two files are displayed: EULA_all.pdf and LiveOptics.Dossier.Linux.ConsoleApp.
- To grant collector execution rights type: chmod +x LiveOptics.Dossier.Linux.ConsoleApp.
- To check which what options are available to the Linux Dossier collector use the --help options: ./LiveOptics.Dossier.Linux.ConsoleApp --help.
Scan multiple directories by adding paths one after another with spaces: ./LiveOptics.Dossier.Linux.ConsoleApp /mnt/c/Users/tamk1/Desktop/New\ folder /mnt/c/Users/tamk1/Desktop/New\ folder\ 2/.
Scan a directory with an import file by adding multiple paths separated by a new line to a text file. To import the text file, use the --import command: ./LiveOptics.Dossier.Linux.ConsoleApp --import /mnt/c/Users/tamk1/Desktop/New\ folder\ 2/10Paths.txt
Scan a directory with a compression option using the --percmp command: ./LiveOptics.Dossier.Linux.ConsoleApp --percmp 10 /mnt/c/Users/tamk1/Desktop/New\ folder\ 2/. Enter an integer value after this optional parameter to represent the percentage value (the default is 0%).
Scan a directory with a deduplication option using the --dedup command: ./LiveOptics.Dossier.Linux.ConsoleApp --dedup /mnt/c/Users/tamk1/Desktop/New\ folder\ 2/.
Scan a directory with a compression and deduplication option: ./LiveOptics.Dossier.Linux.ConsoleApp --percmp 10 --dedup /mnt/c/Users/tamk1/Desktop/New\ folder\ 2.