Skip to content

Example custom backends

mhogomchungu edited this page Aug 1, 2019 · 2 revisions

This page show a list custom backends and the contents of their configuration files.

  1. archivemount (https://linux.die.net/man/1/archivemount)

Config file contents for "archivemount" backend that supports ".tar.xz" and ".tar.bz2" archives.

{
        "autoMountsOnVolumeCreation": false,
        "configFileArgument": "--config",
        "configFileNames": [],
        "createControlStructure": "%{createOptions} %{cipherFolder} %{mountPoint}",
        "executableName": "archivemount",
        "failedToMountTextList": [],
        "fileExtensions": [ ".tar.xz","tar.bz2" ],
        "fuseNames": [
                "fuse.archivemount"
        ],
        "idleString": "",
        "mountControlStructure": "%{mountOptions} %{cipherFolder} %{mountPoint} %{fuseOpts}",
        "names": [
                "archivemount"
        ],
        "passwordFormat": "%{password}",
        "requiresAPassword": false,
        "reverseString": "",
        "successfullyMountedList": [],
        "supportsMountPointPaths": false,
        "unMountCommand": "",
        "version": 1.0,
        "volumePropertiesCommands": [],
        "windowsInstallPathRegistryKey": "",
        "windowsInstallPathRegistryValue": "",
        "windowsUnMountCommand": "",
        "wrongPasswordErrorCode": "",
        "wrongPasswordText": ""
}

Clone this wiki locally