diff options
author | xengineering <me@xengineering.eu> | 2021-09-04 09:52:47 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-04 09:52:47 +0200 |
commit | 48a2e73883d52236b76d4988a335b4752dd137da (patch) | |
tree | b34fe8d87b9ffc47ad1876c79eb9ad867c3698bc /README.md | |
parent | 96200dfe5fd92e62936f2aa6fc1ec57afc1c5bbe (diff) | |
download | xbackup-48a2e73883d52236b76d4988a335b4752dd137da.tar xbackup-48a2e73883d52236b76d4988a335b4752dd137da.tar.zst xbackup-48a2e73883d52236b76d4988a335b4752dd137da.zip |
Implement Argument Parsing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,7 @@ This is a convenience wrapper around the Borg backup tool. (Last finished task first) +- [x] argument parsing - [x] implement Arch Linux Packaging - [x] setup project structure @@ -17,7 +18,6 @@ This is a convenience wrapper around the Borg backup tool. (Highest priority first) -- [ ] argument parsing - [ ] config parsing - [ ] manual backup functionality / MVP - [ ] XMPP notification via [xbot](https://gitea.xengineering.eu/xengineering/xbot) |