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.inifile 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.exeto run directly, or use theBackupManager_v0.2.0.zipif you prefer a compressed version. - Create a
config.inifile in the same directory as theBackup Manager.exefile. - Run the
BackupManager.exefile.
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.zipfile from the assets below. - Unzip the downloaded file to your desired location.
- Create a
config.inifile in the same directory as theBackup Manager.exefile. - Run the
BackupManager.exefile.
Thank you for using Backup Manager App! Please report any issues or feedback through the GitHub Issues page.