This repository contains a Windows batch script for exporting and importing the GlassWire database, allowing users to backup and restore their GlassWire settings and graph data easily.
- Export GlassWire database to a compressed ZIP file.
- Import GlassWire database from a previously exported ZIP file.
- User-friendly Text User Interface (TUI) for easy interaction.
- Ensures user permissions are adequate for script execution.
- Clone or download the repository to your local machine.
- Open the script file (
glasswire_backup_restore.bat
) in a text editor or IDE such as Notepad++ or Visual Studio Code. - Run the script as an administrator by right-clicking on the script file and selecting "Run as administrator".
- Follow the on-screen instructions to perform the desired action (export or import).
- Ensure that the script is run with administrative privileges to access and modify the necessary folders.
- The script utilizes PowerShell for ZIP compression and extraction. Ensure PowerShell is installed and enabled on your system.
- It is recommended to review and understand the actions performed by the script before execution.
Contributions to improve the script or add new features are welcome! Please fork the repository, make your changes, and submit a pull request.
For any issues or suggestions, please open an issue on GitHub.