Does the ‘files outside WP installation’ option include parent dir?
-
Hey.
I’m seeing scan results that I don’t understand.
WordFence says it scanned 40017 files at 5.06 GB. The site in question has 1.7 GiB of content:
public$ du -h -d 1 5,3M ./wp-admin 80K ./favicon 17K ./.well-known 1,6G ./wp-content 22M ./wp-includes 1,7G . public$ find . -type f | wc -l 40026 public$Where does it find the additional 3.01 (or 3.36? is it GB or GiB?) GB of data? It can’t be in the database, that’s limited to 2 GiB of space.
It would make SOME sense if it counted ../.backups/ (which is a subdirectory of the WP installation’s parent directory – hence my question) as well, but then it should come out to about 6.3 GiB.
I assume I don’t understand something. Can you help me out?
I should note that the scan takes some 27 minutes, 10 of which it spends on file analysis. It also scans “additional files”, a count of 25497 – that alone takes 15 minutes, and I assume it’s the binary files scan (which the help page says could take overly long…).
The topic ‘Does the ‘files outside WP installation’ option include parent dir?’ is closed to new replies.