Skip to content

Releases: elesiuta/backupy

Version 1.0.2

30 Dec 16:01
Compare
Choose a tag to compare
  • 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

24 Dec 04:29
Compare
Choose a tag to compare
  • 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

22 Dec 18:33
Compare
Choose a tag to compare
  • 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

17 Dec 20:10
Compare
Choose a tag to compare
GUI Test Pre-release
Pre-release

Test GUI

Version 0.5.4

10 Dec 15:23
Compare
Choose a tag to compare
  • 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

10 Dec 04:37
Compare
Choose a tag to compare

Just a quick release with the latest commit since I don't anticipate any changes for a while

Version 0.5.0

09 Dec 19:11
Compare
Choose a tag to compare
  • Improved detection of database conflicts
  • Improved logs
  • Minor changes and refactoring
  • More tests

v0.4.2

01 Dec 04:53
Compare
Choose a tag to compare
  • Nicer logs
  • Update args (safe, minor changes)
  • Update help

Version 0.4.0

26 Nov 20:11
Compare
Choose a tag to compare
  • 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

05 Nov 20:07
Compare
Choose a tag to compare
  • Printing improved yet again
  • Minor code refactoring
  • Test gui available (see source)