Here's a trivial example.  Run something like this out of cron every
night.

--- cut
#!/bin/sh
DATE=`/bin/date +%Y-%m-%d`
mysqldump -u root -p [password] --all-databases --opt > \
        /path/to/large/partition/backup_${DATE}.sql
--- cut

> -----Original Message-----
> From: adi [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, July 10, 2002 5:34 AM
> To: [EMAIL PROTECTED]
> Subject: script - full backup of mysql databases
> 
> 
> There is a script for RH Linux for each day automatic full 
> backup of mysql databases? (the results may be like: 
> backup_yyyymmdd.sql, so it can be easily imported)
> 
> tx in adv for any help
> 
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail 
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to