mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
9 lines
468 B
YAML
9 lines
468 B
YAML
|
## Enable Storage Optimizer for Docker Volumes
|
||
|
enable_system_storage_optimizer: true
|
||
|
|
||
|
backups_folder_path: "/Backups/" # Path to the backups folder
|
||
|
|
||
|
# Storage Space-Related Configurations
|
||
|
size_percent_maximum_backup: 75 # Maximum storage space in percent for backups
|
||
|
size_percent_cleanup_disc_space: 85 # Threshold for triggering cleanup actions
|
||
|
size_percent_disc_space_warning: 90 # Warning threshold in percent for free disk space
|