mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-06-27 20:45:31 +02:00
Compare commits
No commits in common. "327b666237fbda8f3fdad1d46cd5ed9a4b9e8ab0" and "f6c57be1b7d3ea1ae2f94a40d234e6491bad5381" have entirely different histories.
327b666237
...
f6c57be1b7
10
README.md
10
README.md
@ -80,6 +80,16 @@ 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/).
|
||||

|
||||
|
||||
## 🧑💻 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**
|
||||
|
@ -1,3 +0,0 @@
|
||||
pacman:
|
||||
- lsof
|
||||
- python-pandas
|
Loading…
x
Reference in New Issue
Block a user