1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00
No description
Find a file
2018-10-26 19:24:13 +08:00
vorta Basic working version. 2018-10-26 19:24:13 +08:00
.gitignore test elements. 2018-10-25 20:20:25 +08:00
environment.yml Basic working version. 2018-10-26 19:24:13 +08:00
LICENSE initial commit 2018-10-25 18:25:48 +08:00
README.md Basic working version. 2018-10-26 19:24:13 +08:00
setup.py test elements. 2018-10-25 20:20:25 +08:00

Vorta - BorgBackup GUI

Vorta is a GUI for BorgBackup. It's in alpha-status and currently has the following features:

  • Select and manage SSH keys
  • Initialize new remote Borg repositories
  • Create new Borg snapshots (backups) from local folders
  • Display existing snapshots and repository details.

Planned features:

  • Scheduling for background backups.
  • Rule-based scheduling by time, Wifi SSID, etc.
  • Repo pruning
  • Repo checking
  • Securely save repo password in Keychain instead of database.
  • Handle encrypted SSH keys
  • Check for duplicate source dirs

Development