• To backup the single backend from the server root directory, run the backup tool.
    • To generate and digitally sign the hash of the backup contents, run the -signHash option.
      $ bin/backup --signHash --backupDirectory backups/userRoot --backendID userRoot \
        --backupDirectory /path/to/backup
    • To only generate a hash of the backup contents, run backup with the --hash option.