Releases: mi-alkhamis/BackupManager
Releases · mi-alkhamis/BackupManager
Backup Manager v0.2.0
Backup Manager App v0.2.0 - Path Resolution Fix
This release focuses on improving the reliability of the Backup Manager App by fixing the issue with reading the config.ini
file in different environments, whether running as a Python script or a frozen executable.
Changes in v0.2.0:
Fixes:
- Config File Path Resolution: Resolved the issue where the
config.ini
file could not be located when the app was compiled into an executable. The app now correctly identifies the file location in both script and frozen environments.
How to Use:
- Download the
BackupManager.exe
to run directly, or use theBackupManager_v0.2.0.zip
if you prefer a compressed version. - Create a
config.ini
file in the same directory as theBackup Manager.exe
file. - Run the
BackupManager.exe
file.
Thank you!
Thank you for using the Backup Manager App! Please report any issues or feedback through the GitHub Issues page.
Backup Manager v0.1.0
Backup Manager App v0.1.0 - Initial Release
This is the first official release of the Backup Manager App. This version includes the following features:
Features:
- Backup Disk Calculation: Automatically calculate and log the disk usage of the backup and SAN drives.
- File Moving and Cleaning: Move files from the backup directory to the SAN directory and clean up outdated files based on customizable retention policies.
- Error Handling: Robust error handling for permissions, file operations, and unexpected issues.
- Logging: Comprehensive logging to track the status and progress of backup operations.
- Manual Exit: Handle manual exit signals (Ctrl+C) with confirmation prompt to prevent accidental exits.
How to Use
- Download the
BackupManager_v0.1.0.zip
file from the assets below. - Unzip the downloaded file to your desired location.
- Create a
config.ini
file in the same directory as theBackup Manager.exe
file. - Run the
BackupManager.exe
file.
Thank you for using Backup Manager App! Please report any issues or feedback through the GitHub Issues page.