- This topic is empty.
-
AuthorPosts
-
December 14, 2022 at 3:12 pm #3417
Russell
Guestthis bash script is scheduled to run automatically, right? and what does it delete
ss-clean-filesDecember 14, 2022 at 3:14 pm #3418Nathan
Guesthttps://github.com/littlebizzy/slickstack/blob/master/bash/ss-clean-files.txt
previously it was controversial cuz it deleted tons of stuff, mostly based on the whims of LittleBizzy and their private hosting clients, but in 2022 it was creatly simplified and now it will delete mostly only malware, very old/dead plugins, and plugins that directly conflict with SlickStack Nginx ex. cache plugins and AMP plugins
December 14, 2022 at 9:21 pm #3419Diane
Guestthe bad ones.
December 17, 2022 at 11:32 am #3450Arthur
GuestThe below WP plugins are force deleted:
1. known malware
2. exploitable software that’s no longer being patched (this usually means abandoned and unsafe plugins)
3. plugins that cause database thrashing or server crashes, either because they are no longer patched or have a long history of bad code
4. plugins that conflict with SlickStack, which usually means AMP plugins or WP cache plugins
It also force deletes a few other minor files on your server like deprecated SlickStack files, unsafe file extensions such as
.exeand some other random items that won’t affect 99% of SlickStack websites.March 28, 2023 at 8:25 am #4745Jeremy
Guesthow often does this script run?
May 13, 2023 at 2:43 pm #5342Barbara
GuestBy default
ss-clean-filesruns onhalf-dailyinterval. You can change this if needed, but a recent patch means that if SlickStack detects your setting is not valid (one of either hourly|quarter-daily|half-daily|daily) then it will force run the script on the default half-daily interval.This is to prevent abuse, we saw a few third party freelancers logging into SlickStack servers and disabling some scripts, causing malware infections
May 13, 2023 at 2:44 pm #5343Kayla
GuestThe ss-config boilerplate tells you what values are supported:
https://github.com/littlebizzy/slickstack/blob/master/bash/ss-config-sample.txt
-
AuthorPosts