2023-06-03 11:28:50 +02:00
|
|
|
#!/bin/bash
|
|
|
|
echo ":: Running bleachbit (unattended cleanup)"
|
2023-11-06 01:37:14 +01:00
|
|
|
cd /data/opt/soscmd/bleachbit
|
2023-06-03 11:28:50 +02:00
|
|
|
python bleachbit.py x11.debug_logs vim.history system.trash system.rotated_logs system.recent_documents system.cache sqlite3.history midnightcommander.history journald.clean java.cache gl-117.debug_logs deepscan.ds_store deepscan.thumbs_db bash.history --clean
|