此脚本配合linux定时任务来打包文件,可以定时备份网站#!/bin/bash #author : merci function web_backup(){ WEBPATH="/data/www" ...