mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 08:11:09 +02:00
6 lines
381 B
YAML
6 lines
381 B
YAML
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 |