Skip to content

Releases: elesiuta/backupy

Version 1.10.1

05 Oct 19:52
Compare
Choose a tag to compare
  • fix database self crc with --posix on windows

Version 1.10.0

05 Oct 19:11
Compare
Choose a tag to compare
  • Add CRC of database contents to the database itself and check upon load to ensure the database itself was not corrupted
  • Changed behaviour of verbose=False, will now omit list of file differences, and only that list, no changes for the behaviour of verbose=True (default setting)
    • the list is available in the log both before and after the continuation prompt, along with the option to view the list as a tree with curses
  • Improved documentation

Version 1.9.6

30 Aug 18:22
Compare
Choose a tag to compare
  • add --version flag
  • add extension example

Version 1.9.4

30 Jul 17:11
Compare
Choose a tag to compare
  • added --nofollow flag to copy symbolic links verbatim
  • improved error messages
  • refactored file operation functions

Version 1.9.2

15 Feb 04:10
Compare
Choose a tag to compare
  • minor refactoring and cleanup

Version 1.9.0

13 Feb 02:02
Compare
Choose a tag to compare
  • fix file filters
  • experimental cold storage support
  • use prompt to view file trees with curses instead of flag
  • improved error messages
  • refactor some code (still some work to be done, naming convention within files is mostly consistent)

Version 1.8.12

06 Dec 04:45
Compare
Choose a tag to compare
version 1.8.12

another test of github actions

Version 1.8.11

06 Dec 04:35
Compare
Choose a tag to compare
version 1.8.11

nothing changed, just testing github actions

Version 1.8.10

06 Dec 04:08
Compare
Choose a tag to compare
  • improve rsync support (does not work with snap package, no plans on fixing)
  • new feature: display files lists as collapsible trees with curses
    • use the --curses flag to display trees for scans, conflicts, and corruption detection
    • type curses at the confirmation prompt to display trees for pending transfers

Version 1.8.8

05 Nov 15:54
Compare
Choose a tag to compare
  • fix input prompt to continue when using some terminal multiplexers
  • add initial support for copying files with rsync (use flag --rsync, currently assumes copy is always successful, will add error checks later)