diff options
author | xengineering <me@xengineering.eu> | 2021-09-03 11:22:12 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-03 11:23:32 +0200 |
commit | 40f77b0a0300011f89b09d340463426ce3f45d4c (patch) | |
tree | 91bdbcb18389e6c694a77dd9c62d2de4dc7f0832 /README.md | |
parent | f42af91a19d16f36d2a7ea2e8622252cf7d211b0 (diff) | |
download | xbackup-40f77b0a0300011f89b09d340463426ce3f45d4c.tar xbackup-40f77b0a0300011f89b09d340463426ce3f45d4c.tar.zst xbackup-40f77b0a0300011f89b09d340463426ce3f45d4c.zip |
Add Todo/Done Sections to README.md
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) + |