| Httrack deleted most sitefiles after maxlink reach
Using the below command, to mirror a website.
By using Wget i got almost 80000 html files is literotica.com/s directory.
With httrack, i got about 50000 files in that directory in form of tmp files
(name exactly matching those of wget html files except .tmp. So when max link
limit reached, i went to see how much links existed. Only ~600 html pages
existed.
So, You are doing something very wrong...
I have seen so many complains from other people about these tmp files.
But you cannot answer them properly why their time and bandwith result in a
deletion.
If these tmp files were meant to be deleted, then when are the actual html
files?????
please, reconsider what is going on with these tmp files.
FULL command in linux:
httrack <https://www.literotica.com/> -O "literotica.com"
"+*.literotica.com/*" -v -a -B -A70000 -c5 -R3 -N0 -s0 -p3 -F
"Mozilla 1.0, Sparc, Solaris 23.54.34" --assume
asp=text/html,php3=text/html,cgi=image/gif --updatehack --extra-log
--debug-log --file-log --search-index
| |