diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,5 +1,28 @@ + # xbackup This is a convenience wrapper around the Borg backup tool. + +## Done / Features + +(Last finished task first) + +- [x] implement Arch Linux Packaging +- [x] setup project structure + + +## To Do / Feature Requests + +(Highest priority first) + +- [ ] argument parsing +- [ ] 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) + |