mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-06-25 11:45:32 +02:00
Compare commits
2 Commits
f6c57be1b7
...
327b666237
Author | SHA1 | Date | |
---|---|---|---|
327b666237 | |||
a7c6fa861a |
10
README.md
10
README.md
@ -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/).
|
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
|
## 👨💻 Author
|
||||||
|
|
||||||
**Kevin Veen-Birkenbach**
|
**Kevin Veen-Birkenbach**
|
||||||
|
3
requirements.yml
Normal file
3
requirements.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
pacman:
|
||||||
|
- lsof
|
||||||
|
- python-pandas
|
Loading…
x
Reference in New Issue
Block a user