HowTo: Backup MySQL Databases, Web server Files to a FTP Server Automatically - nixCraft

HowTo: Backup MySQL Databases, Web server Files to a FTP Server Automatically - nixCraft

瀏覽:306
日期:2025-10-06
Sorry Here is the complete script hope this time is posted clear. #!/bin/sh ### System Setup ### DIRS="/etc /srv/www /var/www /home" BACKUP="/tmp/backup.${$}" NOW=$(date +%d-%m-%Y) INCFILE="/root/tar-inc-backup.dat" DAY=$(date +%a)...看更多