Releases: elesiuta/backupy
Releases · elesiuta/backupy
Version 1.10.1
Version 1.10.0
- 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
- add
--version
flag - add extension example
Version 1.9.4
- added
--nofollow
flag to copy symbolic links verbatim - improved error messages
- refactored file operation functions
Version 1.9.2
- minor refactoring and cleanup
Version 1.9.0
- 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
version 1.8.12 another test of github actions
Version 1.8.11
version 1.8.11 nothing changed, just testing github actions
Version 1.8.10
- 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
- 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)