想备份,但没必要所有文件全部备份,比如只要备份.jpg文件。 在后台运行。 <?php $command = ‘find . -name “*.jpg” -print | xargs tar rf jpgzip.tar’; $result = exec($command); ?>