Website Backup Tool

Authentication failed

'; ShowAuthenticationForm(); } else { $_SESSION['authenticated'] = true; BackupSite(); } } function BackupSite() { if(!file_exists("mysql-backup")) { if(mkdir("./mysql-backup", 0777)) echo "MySQL backup directory successfully created."; else echo "Error: Unable to create MySQL backup directory, please check permissions."; } $archname = './fullsite_' . date("Y-m-d-H-i-s") . '.tar.gz'; $command = 'tar -'; $command .= '-exclude ' . $archname . ' -czf ' . $archname . ' .'; $output = shell_exec($command); $size = round(filesize($archname)/1000); ?>

Backup completed
>Click here to download your backup (Kb)

Don’t forget to delete when you’re done!

Password :

© neoRiche.com