diff options
author | xengineering <me@xengineering.eu> | 2021-10-06 08:43:07 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-10-07 07:50:36 +0200 |
commit | 5220b95a03db1edc348d719c683d179962acd0d5 (patch) | |
tree | ddb8053091e1861837047901f585b1b9fa679a05 /README.md | |
parent | e5aeb1b18945868ef21c63f1e1dfbb46408acb58 (diff) | |
download | xbackup-5220b95a03db1edc348d719c683d179962acd0d5.tar xbackup-5220b95a03db1edc348d719c683d179962acd0d5.tar.zst xbackup-5220b95a03db1edc348d719c683d179962acd0d5.zip |
Implement manual Backup
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 |