Signing a hash of the backup
Run the backup tool to backup a backend and generate and digitally sign the hash of the backup contents.
Steps
-
To backup the single backend from the server root directory, run the
backuptool.Choose from:
-
To generate and digitally sign the hash of the backup contents, run the
-signHashoption.$ bin/backup --signHash --backupDirectory backups/userRoot --backendID userRoot \ --backupDirectory /path/to/backup -
To only generate a hash of the backup contents, run
backupwith the--hashoption.
-