Releases: elesiuta/backupy
Releases · elesiuta/backupy
Version 1.0.2
- Updated documentation
- Option to use '<source>' and '<dest>' as aliases in the log (improves readability)
- Fix for file redirection of windows MSIX packages, however there is still a stdout issue and creation of a MSIX package is on hold indefinitely
Version 0.5.8
- change how settings are written to the log file
- place archived files (modified and deleted), and logs all within their own sub-directory
Version 0.5.6
- Print progress as file count when scanning files, total will be slightly off due to counting all files, including those that won't be scanned in ignored folders (.backupy) or excluded by filters
- Updated some strings and laid the groundwork for localisation
- Bug fixed where any folder named ".backupy" was ignored, now only the top level one is (be careful with nested backup folders, is there even a use case for this?)
- Refactor some sections of code
- Many minor improvements to the GUI
GUI Test
Version 0.5.4
- Handle and print the error caused by trying to load a config where the source isn't specified or the config/directory does not exist
Version 0.5.2
Just a quick release with the latest commit since I don't anticipate any changes for a while
Version 0.5.0
- Improved detection of database conflicts
- Improved logs
- Minor changes and refactoring
- More tests
v0.4.2
Version 0.4.0
- Changed some flags
- Improved checking of database conflicts, now it will detect and notify you if a file has been modified on the destination since the last backup/mirror operation, or if a file has been modified on both the source and destination since the last sync
- filter_list can be used in the config file, no interface is planned for this feature nor has it been tested
Version 0.3.10
- Printing improved yet again
- Minor code refactoring
- Test gui available (see source)