Releases: Aggrathon/simple_backup
2.1.0
2.0.1
Graphical user interface
Added an (optional bu default) graphical user interface to the app. The GUI is built using the cross-platform library iced. The GUI support all modes of operations as the command line interface (direct, configs, backups, incremental backups, merging backups, restoring, and extracting files from a backup).
Another new feature is the merging of two backup files. This enables further space savings with incremental backups.
Version 1.3: File Sizes
The file sizes are now used to estimate the progress of the backup (note that the compression takes some additional time and makes the final backup smaller than the sum of the source files).
Version 1.2
Add option to ignore incremental backups when restoring
Version 1.1: Linux
Fix various issues with how directories are listed to make it work better cross-platform.
The pre-compiled binaries are for Windows (.exe) and Linux.
Version 1.0
This release contains the full functionality, but only a comandline interface.