summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-09-04 10:36:12 +0200
committerxengineering <me@xengineering.eu>2021-09-04 10:36:12 +0200
commitfbb5e1c7458842548851b36934c2e8b91b7ce208 (patch)
treeaaf41329ea96759cb560fc0f6e6183440d76bd06 /README.md
parent5d0e725d2bd6208a7342394886a589045f645b94 (diff)
downloadxbackup-fbb5e1c7458842548851b36934c2e8b91b7ce208.tar
xbackup-fbb5e1c7458842548851b36934c2e8b91b7ce208.tar.zst
xbackup-fbb5e1c7458842548851b36934c2e8b91b7ce208.zip
Update Documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06be63c..e529901 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,24 @@
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.
+
+
+## Installation
+
+For Arch Linux:
+
+```
+git clone https://src.xengineering.eu/xengineering/xbackup.git
+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).
+
+
## Done / Features
(Last finished task first)
@@ -20,7 +38,9 @@ This is a convenience wrapper around the Borg backup tool.
(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
- [ ] backup transfer tool (?)
- [ ] backup diff tool (backup vs. filesystem)