On 10-Jul-2003, Hans-Juergen Schwarz wrote: > rsync -avze ssh --exclude /*/proc --exclude /*/var/run/ /vservers/mysql > 192.168.100.99:/var/lib/vservers/
You should use mysqldump for backing up mysqlservers ... In most cases backing up a running database by copying the files will fail... Else, shut down the database og lock the tables readonly before backing up. // Hans -- Leveret af http://ph33r.dk "Vejen til en helt tosset l�sning." UNIX Admin s�ger arbejde http://www.nathue.dk/?page=cv
