blob: 31ab10cbe6d8f4d1314a8408798fdd94a4f541a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# xbackup
This is a convenience wrapper around the Borg backup tool.
## Done / Features
(Last finished task first)
- [x] argument parsing
- [x] implement Arch Linux Packaging
- [x] setup project structure
## To Do / Feature Requests
(Highest priority first)
- [ ] config parsing
- [ ] manual backup functionality / MVP
- [ ] XMPP notification via [xbot](https://gitea.xengineering.eu/xengineering/xbot)
- [ ] backup systemd daemon
- [ ] backup transfer tool (?)
- [ ] backup diff tool (backup vs. filesystem)
- [ ] backup restore tool with qemu (for testing)
|