mirror of https://github.com/borgbase/vorta
c8ba273079
Subclass `treemodel.FileTreeModel` for the purposes of the diff dialog. Rewrite diff output parsing. Add sorting through `QSortFilterProxyModel`. * src/vorta/views/diff_result.py (DiffResult.__init__): Remove doubled if statement. * src/vorta/views/diff_result.py : Rename `DiffResult` to `DiffResultDialog`. * src/vorta/views/diff_result.py (DiffTree.__init__): Remove the use of `QVariant`. Since python has no type enforcement `QVariant` is not needed. * src/vorta/views/diff_result.py (DiffTree): Subclass `treemodel.FileTreeModel` and add additional info tooltip. * src/vorta/views/diff_result.py (parse_diff_json): Some changes for use with new model. * src/vorta/views/diff_result.py (parse_diff_lines): Full regex based line parsing and other modifications to go with the new model. * src/vorta/views/diff_result.py (FileType): Enum of possible file types. * src/vorta/views/diff_result.py (ChangeType): Enum of possible change types. Currently all are mapped to `ADDED`, `MODIFIED` and `REMOVED`. * src/vorta/views/diff_result.py (calc_size): Rename to `size_to_byte`. * src/vorta/assets/UI/diffresult.ui : Move `alternatingRowColours` to the .ui file. * src/vorta/views/diff_result.py (DiffResultDialog): Move `alternatingRowColours` to the .ui file. * tests/test_diff.py : Fix tests for diff parser. * src/vorta/views/diff_result.py : Connect to `sorted` of `DiffSortProxyModel` to reveal selected items in view. * src/vorta/views/partials/treemodel.py : Add `FileTreeSortProxyModel` with abstract code. * src/vorta/views/diff_result.py (DiffSortProxyModel): Implement `FileTreeSortProxyModel`. * src/vorta/views/diff_result.py (DiffItem): This variable holds the type `FileSystemItem[DiffData]`. |
||
---|---|---|
.github | ||
.tx | ||
bin | ||
flatpak | ||
package | ||
requirements.d | ||
src/vorta | ||
tests | ||
.editorconfig | ||
.gitignore | ||
CONTRIBUTORS.md | ||
LICENSE.txt | ||
MANIFEST.in | ||
Makefile | ||
README.md | ||
codecov.yml | ||
setup.cfg | ||
setup.py |
README.md
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