vorta
vorta copied to clipboard
Desktop Backup Client for Borg Backup
### Description This PR adds more clarity to the exclude dialog by specifying that exclusion uses file name pattern matching (fnmatch) by default. It also updates the title to "Exclude...
### Description Firstly: if there's an exclude pattern that starts with a `#`, it should be ignored when doing source size estimation. See [`borg help patterns`](https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-help-patterns): > Lines empty or...
### Description Reactively disable scheduled jobs against remote repositories when there is no network connection. ### Related Issue https://github.com/borgbase/vorta/issues/2133 ### Motivation and Context Running a backup against a remote repo...
### Description I use vorta to back up my home directory, with a number of exclusions. The total size is about 0.8TB, and about 500GB of that are Steam games,...
### Description The appcast.xml file at https://borgbase.github.io/vorta/appcast.xml which is used by the Sparkle update framework currently announces only the ARM builds for Vorta 0.10.0 and 0.10.1. This breaks Vorta on...
### Description Add pre/post backup signals and emit them in BorgCreateJob.pre_post_backup_cmd. Use them to toggle start/cancel buttons, tray icon active/inactive and provide enhanced status info. Also run VortaApp.create_backup_action/VortaScheduler.create_backup in a...
Happened while I was trying to delete a lot (many dozens) of old archives from a repo. I reduced borg's priority to batch and (I/O) to idle to reduce CPU...
#### The problem I use password protected ssh key files with vorta. I use keepassxc as my ssh-agent. So when I unlock my database only then my SSH keys can...
My desktop and laptop aren't fast enough to reproduce the issue locally, but `test_sources_update` "regularly fails" on half of Debian's CI, reproducibility, and regression testing networks. The Release Team now...
Ensure code still works with v10. Run tests and builds on Python 3.13