mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
14 lines
268 B
Markdown
14 lines
268 B
Markdown
# role cleanup-backups-timer
|
|
|
|
Cleans up old backups
|
|
|
|
## Additional software
|
|
|
|
It may be neccessary to install gcc seperat to use psutil
|
|
|
|
```bash
|
|
sudo pacman -S gcc
|
|
```
|
|
|
|
## further information
|
|
- https://stackoverflow.com/questions/48929553/get-hard-disk-size-in-python |