vorta

Desktop Backup Client for Borg Backup

GPL-3.0 License

Downloads
1.1K
Stars
2K
Committers
69
vorta - v0.6.12 - Hotfix for missing __init__.py

Published by m3nu over 5 years ago

Fixes a small issue regarding a missing __init__.py in the new vorta.keyring package.

This feature brings a number of fixes and some new features:

  • Remove keyring dependency and refactor keyrings. By @Hofer-Julian
  • Allow for extra borg extra arguments per-repo by @ethernet-zero
  • Reduce memory usage by removing main window from memory when closed by @m3nu
  • Prevent KeyError when reading KnownNetworks on macOS by @ipwog
  • Expand user path in python before setting BORG_RSH by @jonas-hagen
  • Catch Keyboard interrupt when running in foreground mode.
  • Make autostart for Linux more stable by @Hofer-Julian
  • Avoid duplicate files in Extract dialog, avoid passing None to shlex when parsing extra args.
  • Changes vorta's default tray icon to white on GNOME by @Hofer-Julian
vorta - v0.6.10 – Translations and Smaller Bugfixes

Published by m3nu over 5 years ago

This release includes an experimental Linux64 build (done on Ubuntu 18.04).

  • Also set tray icon according to detected theme. Fixes #199
  • Avoid deadlock when calling subprocess.Popen(). Fixes #187
  • Remove translation functions for Borg logging messages. Fixes #197
  • Implement autostart for Linux by @Hofer-Julian
  • Add French and Italian translations by @dbrassard and @brokenpip3
  • Update compressor selection: add zlib, add zstd,8, descriptions. Fixes #145, by @ThomasWaldmann
  • Add tooltip to "add profile" button. Fixes #183, by @Plastix
vorta - v0.6.8

Published by m3nu over 5 years ago

  • Implement add profile button, by @Plastix
  • Translation Bugfixes
vorta - v0.6.7

Published by m3nu over 5 years ago

  • Separate light/dark settings for icon and theme. Fixes #171
  • Ask for confirmation on delete (and small fixes) (#176)
  • Show/Hide the main window in KDE when clicking on the tray icon (#143)
  • Add debug tools for i18n UI layout checking (#160)
  • Fix crash due to zombie processes (#174)
  • Use ellipsis the Qt way in the archive table (#169)
  • Fix Issue "Crash when cancelling "add new profile" #168" (#170)
vorta - v0.6.6

Published by m3nu over 5 years ago

  • Add light icons and dark stylesheet. Fixes #151 (#155)
  • Implement feature to delete specific archive (#164)
  • Programmatically detect theme color (for macOS) (#150)
  • Add app name to tray menu and window title (#153)
  • Improve archive mount feature. Fixes #131. By @antlarr (#156)
  • Translation-related improvements and German translation (#146)
  • Skip sockets when reading private keys (#147)
  • Remove leftover Sentry references. Fixes #127 (#142)
  • Make the main window resizeable (#130)
  • Add Background notifications for Linux and improve logging. By @bpereto, fixes #84
  • pyinstaller / vorta.spec: make platform independent. By @ThomasWaldmann
  • Clarify tray icon behavior in INSTALL.md. Fixes #111
  • Rename default profile to just "Default". Fixes #116
  • Remove Sentry bug reporting. Add link to Github instead. Fixes #117
  • Log to terminal only when running in foreground.
vorta - v0.6.4 - Custom pre/post backup commands

Published by m3nu almost 6 years ago

  • Add pre/post-backup command setting. Fixes #109
  • Bug fixes for #111 and #106
vorta - v0.6.3 - Bugfixes for Scheduler and Profile Mgmt

Published by m3nu almost 6 years ago

  • Support scheduler intervals of > 23 hours. Fixes #101
  • Remove background jobs, when removing profile. Avoid deleting last profile. Fixes #98
vorta - V0.6.2 – Restructure README (#97)

Published by m3nu almost 6 years ago

  • Dont open main window on startup unless --foreground is given. Fixes #91
  • Make sentry reporting a setting.
  • Clean up README. #93
vorta - v0.6.1 - Add Archive Naming Option, Bugfixes

Published by m3nu almost 6 years ago

  • Fix unicode issue with Darwin Keychain. Add new test for it. Fixes #89
  • Don't add invalid repo. Improve error message when adding repo fails. Fixes #87
  • Add setting for archive name and prune prefix. #88
  • UI tweaks.
vorta - v0.6.0 - First stable release

Published by m3nu almost 6 years ago

  • Implement settings for stable and beta Appcast channels.
vorta - v0.5.4 - Fix macOS autostart implementation

Published by m3nu almost 6 years ago

  • Add own macOS Keychain implementation to avoid conflict with autostart. #81
  • Resolve conflight with pytest-xdist and pyobjc.
  • Move requirements.txt files to own folder.
vorta - v0.5.3

Published by m3nu almost 6 years ago

  • Apply selection status to children in restore-dialog. Fixes #69
  • Backup triggered from system tray wont use correct profile. Fixes #78
  • Use the term FILE if both FILE or FOLDER is meant. Fixes #55
  • Implement update check on/off setting for macOS
  • Partly implement autostart setting for macOS. Fixes #56
vorta - v0.5.2 Bugfixes and new Misc Settings Tab

Published by m3nu almost 6 years ago

  • Add new tab for misc settings, like icon color.
  • Add light system tray icon option. Fixes #56 and #74
  • Fix uneven vspace. Fixes #67
  • Add Python 3.7 to Travis. Use tox to test multiple Python versions. Fixes #72
  • Add command line option to avoid forking and open main window while debugging. Fixes #73
  • Use slug of profile name as archive prefix. Fixes #46
vorta - v0.5.1 - Bugfixes and tests

Published by m3nu almost 6 years ago

  • Simplify non-blocking BorgThread.run.
  • Fix issue with displaying nested folders in extract-dialog.
  • Fix error text expansion.
  • Add many new tests. Dont open main window on startup.
  • Settings dialog doesn't open on startup any more.
vorta - v0.5.0 - Add Extract Command

Published by m3nu almost 6 years ago

  • Add new extract dialog to restore selected files from backup
  • Many small bugfixes and enhancements
  • Clean up code to follow PEP8
vorta - v0.4.6

Published by m3nu almost 6 years ago

  • Implement umount-command on Archive-Tab. Fixes #32
  • Redirect borg logs and add logging for scheduler. Fixes #35
  • Enable word wrapping for repo/ssh-add and main window status display. Fixes #30
  • Remove platform-specific FUSE hint. Fixes #37
  • Limit prunes to current hostname. Fixes #38
  • fix a lot of trivial issues discovered by flake8 by @ThomasWaldmann
  • tox: add flake8 for style and other checking by @ThomasWaldmann
  • Add client-side scrubbing of passwords. Fixes #34
  • Reset icon state when backup is cancelled.
vorta - v0.4.5 - Bugfixes

Published by m3nu almost 6 years ago

  • Select correct source folders. Fixes #23
  • Ensure only one app instance is running. Fixes #27
  • Use base 10 to calculate pretty_bytes. Fixes #28
vorta - v0.4.4 - Bugfixes and Wording

Published by m3nu almost 6 years ago

  • many typo fixes by @ThomasWaldmann
  • fix crash when mounting by @ThomasWaldmann
  • fix last external link (#22)
  • for users to test update mechanism via Sparkle Framework