mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-01 19:49:40 +02:00
Auto-Backup $'Tue May 27 2025 01:42:07 GMT+0200 (Central European Summer Time)'
This commit is contained in:
parent
5e2e0253a2
commit
5ff8dedf6f
@ -5,6 +5,15 @@ if [ "$(id -u)" != 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
apt autoremove --purge
|
||||
lxc-attach Debian2023 -- apt autoremove --purge
|
||||
|
||||
rm -rf /Main/Backup/*.old
|
||||
|
||||
rm -f /Main/Server/www/pixelfed_liminalgici/storage/logs/*.log
|
||||
|
||||
sh -c 'truncate -s 100M /var/lib/docker/containers/*/*-json.log'
|
||||
|
||||
docker exec -it pihole rm -f /var/log/pihole/pihole.log
|
||||
docker restart pihole
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user