I am looking for a php archiving script. In principle, you can write yourself, but reluctance to reinvent the wheel. The requirements are as follows:

  • take into account the web server timeout (the script will not have time to work for 30 seconds)
  • target folder with files - more than 15 gigs

Maybe someone faced a problem?

PS Access to the shell is closed. I only have php backdoor. If I had access to the console, I would not need any scripts

  • Stupidly reading and writing to disk will take longer than 30 seconds. - etki
  • one
    system("tar -pczf /home/var/www/temp /home/var/www/folder/to/backup"); and yes, you can’t shut down 15 gigs in 30 seconds and the second question: what other web server? are you going to run from webserver? you have it from the excess memory will die. Maybe better console? - thunder
  • one
    set_time_limit work? about the "Script. Archiving. On. PHP. Please.": [Here. Simply. Behind. Google.] [1] [1]: bit.ly/1kqBSAc - thunder
  • one
    "I only have php backdoor" - how to understand this? - etki
  • one
    @ co11ter, the phrase "php backdoor" means hacking someone's site. Given that you clearly do not have ftp access, the likelihood that this really meant it takes off to the skies. - etki

0