Skip to content

Releases: debalex77/1CArchiver

1CArchiver v1.8 – Optional plugins

08 Jan 15:55

Choose a tag to compare

📄 Changelog


Description

  • MSSQL backup support (Beta)
    Backup of Microsoft SQL Server databases using sqlcmd
  • Dynamic plugin system
    Enable or disable optional plugins at runtime
  • Dynamic configuration UI (JSON-based)
    Automatic form generation with validation
  • Unified backup pipeline
    MSSQL → .bak.7z.sha256 → Dropbox (optional)
  • Security improvements
    Encrypted password storage, automatic cleanup of .bak files
  • UI & stability improvements

⚠ MSSQL support is in beta testing (tested on SQL Server 2012–2019)

1CArchiver v1.7 – Update System & Backup Improvements

18 Dec 09:56

Choose a tag to compare

📄 Changelog

Description

  • General application description and improved informational texts.
  • Automatic check for new application versions.
  • Update notification dialog with version comparison and user-friendly interface.
  • Optional automatic removal of old backup archives based on retention period.
  • System tray notifications for backup start and completion.
  • Improved autorun mode with background execution and tray-only notifications.

1CArchiver v1.6 – Task scheduler

15 Dec 18:37

Choose a tag to compare

📄 Changelog

Description

  • Added Windows Task Scheduler integration:
  • Ability to create a scheduled backup task directly from the application
  • Support for automatic application startup via --autorun
  • Background execution without showing the main window
  • System tray notification and warning message before backup starts
  • Graceful application exit after all backup jobs are finished

1CArchiver v1.5 – Dropbox Sync & Stability

13 Dec 16:46
d74f091

Choose a tag to compare

📄 Changelog

Description

  • Added full Dropbox synchronization using OAuth2 PKCE
  • Automatic upload of backup archives (.7z)
  • Optional upload of SHA-256 checksum files
  • Real-time progress for both archiving and Dropbox upload
  • Added “Abort Dropbox Upload” button for manual cancellation
  • Strict sequential workflow:
    • backup → checksum → Dropbox upload
    • next database starts only after upload is completed

v1.4

07 Dec 13:41
874fe77

Choose a tag to compare

First realease