diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -7,7 +7,8 @@ This is a convenience wrapper around the Borg backup tool. ## Expected Environment -This tool is designed for Arch Linux. Because it is written in Python and has minimal dependencies it should be easy to adapt it to other Linux distributions. +This tool is designed for Arch Linux. Because it is written in Python and has +minimal dependencies it should be easy to adapt it to other Linux distributions. ## Installation @@ -20,13 +21,15 @@ cd xbackup/archlinux make install ``` -This will create the Arch Linux package for xbackup and installs it as a foreign / unofficial package (like the AUR packages). +This will create the Arch Linux package for xbackup and installs it as a +foreign / unofficial package (like the AUR packages). ## Done / Features (Last finished task first) +- [x] manual backup functionality / MVP - [x] config parsing - [x] argument parsing - [x] implement Arch Linux Packaging @@ -37,8 +40,6 @@ This will create the Arch Linux package for xbackup and installs it as a foreign (Highest priority first) -- [ ] manual backup functionality / MVP -- [ ] software list file support (generates list of all linux packages) - [ ] XMPP notification via [xbot](https://gitea.xengineering.eu/xengineering/xbot) - [ ] MariaDB fullbackup - [ ] backup systemd daemon |