Hello, I am trying to create a backup of my site with tar, but when I try and execute the command
echo shell_exec("tar -cvzf foo.tgz *.php");
the output only echoes only three php files, and I have like 10 in the directory. I checked the error log and I couldn't find anything in there.