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

瀏覽:549
日期:2026-04-21
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)...看更多