Skip to content

Releases: mi-alkhamis/BackupManager

Backup Manager v0.2.0

01 Oct 06:56
Compare
Choose a tag to compare

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:

  1. Download the BackupManager.exe to run directly, or use the BackupManager_v0.2.0.zip if you prefer a compressed version.
  2. Create a config.ini file in the same directory as the Backup Manager.exe file.
  3. 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

31 Jul 11:44
Compare
Choose a tag to compare

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

  1. Download the BackupManager_v0.1.0.zip file from the assets below.
  2. Unzip the downloaded file to your desired location.
  3. Create a config.ini file in the same directory as the Backup Manager.exe file.
  4. Run the BackupManager.exe file.

Thank you for using Backup Manager App! Please report any issues or feedback through the GitHub Issues page.