Removed setup instructions, because they are managed now by pkgmgr

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-01 13:20:47 +02:00
parent a7c6fa861a
commit 327b666237
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -80,16 +80,6 @@ docker run -it --entrypoint /bin/sh --rm --volumes-from {{container_name}} -v /B
The backup mechanism uses incremental backups with rsync and stamps directories with a unique hash. For more details on the backup scheme, check out [this blog post](https://blog.veen.world/blog/2020/12/26/how-i-backup-dedicated-root-servers/).
![Backup Scheme](https://blog.veen.world/wp-content/uploads/2020/12/server-backup-1024x755.jpg)
## 🧑‍💻 Setup & Dependencies
Make sure you have **pandas** installed:
```bash
pip install pandas
```
Also, ensure your system meets all the requirements listed above.
## 👨‍💻 Author
**Kevin Veen-Birkenbach**