I have a big problem. Seeking some one to give a solution

We are using squid proxy. We used to clear the cache dumps folder by stop the service and use rm -rf and used squid -z to recreate cache temp folders then start the service

for avoide the stop and start process i have got some script

find . -type f -exec rm -f {} \;

to remove only files in the cache01 , cache_logs folder dump files by moving inside those folder.

yesterday my colligues run this script from / .

So it remove all the files from root and leave all directories empty
including /bin /etc /var all empty.

It remove all system, configuration files. This server is running as a proxy as well as DNS server.

I dont have latest squid.conf backup and named.conf and other zone file's backup.

Now i am not able to login to the server through putty or even direct console.

Due to the running services the proxy and DNS still provide its service from this server.

Is any way to recover all the deleted configuration files and system files.

Its Fedoracore 7.