Skip to content

Backup Manager - Version 2.0.2

Compare
Choose a tag to compare
@DennisTurco DennisTurco released this 11 Nov 21:54
· 28 commits to master since this release

New Features:

  • .zip Export: Backup folders are now exported in .zip format.
  • Integrated JRE: Java Runtime Environment (JRE) is bundled within the setup, removing the need for users to install JRE separately.
  • Clear Confirmation: A confirmation prompt is required before clearing any files.
  • Auto Backup Service: A background service now manages automatic backups.
  • Enhanced Logging: Improved logging system for comprehensive tracking.
  • JSON Configuration: Configurable data is now stored in a JSON file for better management.
  • TimeSpan for Interval Settings: TimeSpan control added for more precise user-defined backup intervals.
  • Additional UI Elements:
    • Note Field: New field added on the main screen.
    • Backup List Table: Organized table view for backup listings.
    • Backup Details: Detailed section for each backup entry.
    • Tray Icon: Tray icon enables easy management of the backup service.
    • Digital Signature: .exe file is now digitally signed for security.
    • Date Format: Date format standardized to dd/mm/yyyy.
    • Search Bar: Search functionality added for the backup list.
    • Progress Bar: Progress bar displays real-time backup status.
    • Manual Termination: Button added to manually stop data transfer if needed.
    • Windows Message on Auto Backup: Notifications are now sent to inform users when an automatic backup starts and completes.

Bug Fixes:

  • Log History Stability: Resolved issues with the history log to improve reliability.

Style Improvements:

  • GUI Overhaul: Updated interface for a more modern and user-friendly experience.
  • Version Display: Current app version now displayed in the app's main window.
  • Toggle Switch: New toggle switch for enabling/disabling automatic backups.
  • Enhanced Menu Options: Expanded menu with more functionality.
  • Improved Naming for Backup Files: Backups are now named in the format: foldername (Backup dd-MM-yyyy hh.mm.ss).zip.
  • Additional Tooltips: Increased tooltip coverage for more intuitive navigation.

Refactoring:

  • App Rebranding: Renamed from “AutoBackupProgram” to “BackupManager.”
  • Log Optimization: Enhanced log precision and limited maximum row count to prevent oversized log files.
  • Prevent GUI Opening During Automatic Backup: The GUI is now prevented from opening while an automatic backup is in progress to avoid conflicts and interruptions.