How To Decrypt The Backup Files Created By Frontend Config

How To Decrypt The Backup Files Created By Frontend Config

When we configure backup from the front end option, an encrypted file is getting created in the specified location. How do we decrypt this file and use it for recovering any specifics like objects or logstash configs etc.,

ANSuse /home/vunet/workspace/cairo/tools/decrypt_auto_archive.py script to decrypt the backup file.
    • Related Articles

    • How to decrypt the backup files created by frontend config

      When we configure backup from the front end option, an encrypted file is getting created in the specified location. How do we decrypt this file and use it for recovering any specifics like objects or logstash configs etc., Ans: ...
    • Backup Settings In Frontend

      In the latest version of 8.5r5, we have the backup option configurable in the front end. Does this backup only the dashboards and other vienna objects or it backsup the config files like logstash aswell. Also how do we recover these backup files that ...
    • Backup settings in frontend

      question:In the latest version of 8.5r5, we have the backup option configurable in the front end. Does this backup only the dashboards and other vienna objects or it backsup the config files like logstash aswell. Also how do we recover these backup ...
    • Logstash config and enrichment backup using script

      Question: I want to take backup of the logstash config ( /etc/logstash/conf.d ) and enrichment files. I can do it manually. But do we have script for it ? Answer: You can use below script and modify the server details. This script will take a backup ...
    • In linux, how to delete all files EXCEPT a pattern?

      Question: In linux, how to delete all files EXCEPT a pattern? We can delete files from a directory by specifying the file name or using patterns like *<some-identifier> [Eg: IIS*.json] to remove files from a directory. But, how to delete all files ...