Re: Anyone else getting this? [message #229478 is a reply to message #229426] |
Tue, 07 November 2006 02:08 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma:
|
General (5 Stars) |
|
|
From the mysqldump documentation;
Quote: | --where='where_condition', -w 'where_condition'
Dump only rows selected by the given WHERE condition. Quotes around the condition are mandatory if it contains spaces or other characters that are special to your command interpreter.
Examples:
--where="user='jimf'"
-w"userid>1"
-w"userid<1"
|
You could use this to specify a timestamp to only backup posts which came after that time. Obviously some tables do not store their creating time, but it would still allow you to filter the largest tables, namely posts and topics.
Anyway, it's not that big a problem imo, it's just annoying if you happen to be trying to post at the time.
[Updated on: Tue, 07 November 2006 02:09] Report message to a moderator
|
|
|