
September 8th, 2002, 11:41 AM
|
|
Contributing User
|
|
Join Date: Jun 1999
Location: Seattle
Posts: 133
Time spent in forums: < 1 sec
Reputation Power: 15
|
|
|
You could also create a script (shell, Perl, Python) and call that from your cron job. That way, you can do much more in your backup process, things like compress the file, FTP the backup file to another location, send an email to interested parties. You might also want to vacuum the db before or after backup, doing that in one cron call may not be that easy.
Don
|