mirror of
https://github.com/borgbase/vorta
synced 2025-03-06 19:58:14 +00:00
No description
* fix issue #940 - KeyError in get_dict_from_list - cause of error : defaultdict added more defaultdict while attempting to traverse the tree, but once a 'potential leaf' node was added, it was added as a dict, not a defaultdict. - two possible solutions: - 1 - change everywhere that adds a 'potential' leaf node to add a defaultdict (ie nested_dict()) - this occurs in several places, but not many. - 2 - change get_dict_from_list to add a default dict (not defaultdict) when traversing the tree, for the case where a multi-level node is added on top of an existing node. This requires only changing a single location, and means that the dictionaries returned by accessing the tree will behave like normal dict (ie, won't by default add missing keys). * Add test case for issues #940 and #925 |
||
---|---|---|
.github | ||
.tx | ||
bin | ||
flatpak | ||
package | ||
requirements.d | ||
src/vorta | ||
tests | ||
.editorconfig | ||
.gitignore | ||
codecov.yml | ||
CONTRIBUTORS.md | ||
LICENSE.txt | ||
Makefile | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py |
Vorta Backup Client 
Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft.
Why is this great? 🤩
- Encrypted, deduplicated and compressed backups using Borg as backend.
- No vendor lock-in – back up to local drives, your own server or BorgBase, a hosting service for Borg backups.
- Open source – free to use, modify, improve and audit.
- Flexible profiles to group source folders, backup destinations and schedules.
- One place to view all point-in-time archives and restore individual files.
Learn more on Vorta's website.
Installation
Vorta should work on all platforms that support Qt and Borg. This includes macOS, Ubuntu, Debian, Fedora, Arch Linux and many others. Windows is currently not supported by Borg, but this may change in the future.
See our website for download links and and install instructions.
Connect and Contribute
- To discuss everything around using, improving, packaging and translating Vorta, join the discussion on Github.
- Report bugs by opening a new Github issue.
- Want to contribute to Vorta? Great! See our contributor guide on how to help out with coding, translation and packaging.
License and Credits
- See CONTRIBUTORS.md to see who programmed and translated Vorta.
- Licensed under GPLv3. © 2018-2020 Manuel Riel and Vorta contributors
- Based on PyQt and Qt.
- Icons by FontAwesome