mirror of https://github.com/borgbase/vorta
Update readme.
This commit is contained in:
parent
4f0de320c4
commit
033b973cd0
|
@ -5,20 +5,20 @@
|
||||||
[Vorta](http://memory-alpha.wikia.com/wiki/Vorta) is a GUI for [BorgBackup](https://borgbackup.readthedocs.io). It's in alpha status and currently has the following features:
|
[Vorta](http://memory-alpha.wikia.com/wiki/Vorta) is a GUI for [BorgBackup](https://borgbackup.readthedocs.io). It's in alpha status and currently has the following features:
|
||||||
|
|
||||||
- [x] Select and create SSH keys without using the Terminal
|
- [x] Select and create SSH keys without using the Terminal
|
||||||
- [x] Securely save repo password in Keychain instead of database.
|
- [x] Securely save repo password in Keychain.
|
||||||
- [x] Initialize new remote Borg repositories
|
- [x] Initialize new remote Borg repositories
|
||||||
- [x] Create new Borg snapshots (backups) from local folders
|
- [x] Create new Borg snapshots (backups) from local folders
|
||||||
- [x] Mount existing snapshots with FUSE
|
- [x] Mount existing snapshots with FUSE
|
||||||
- [x] Settings stored in sqlite
|
- [x] Settings stored in sqlite
|
||||||
- [x] Exclude options/patterns.
|
- [x] Exclude options/patterns.
|
||||||
|
- [x] Rule-based scheduling by time, Wifi SSID, etc.
|
||||||
|
- [x] Scheduling for background backups.
|
||||||
|
|
||||||
Missing features:
|
Missing features:
|
||||||
|
|
||||||
- [ ] Scheduling for background backups.
|
|
||||||
- [ ] Repo pruning
|
- [ ] Repo pruning
|
||||||
- [ ] Repo checking
|
- [ ] Repo checking
|
||||||
- [ ] Save SSH keys with password. Store password in Keychain.
|
- [ ] Tests
|
||||||
- [ ] Rule-based scheduling by time, Wifi SSID, etc.
|
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
The app package under [Releases](https://github.com/borgbase/vorta/releases) should include everything. Just download, unzip and run.
|
The app package under [Releases](https://github.com/borgbase/vorta/releases) should include everything. Just download, unzip and run.
|
||||||
|
|
Loading…
Reference in New Issue