diff options
author | Micah Anderson <micah@riseup.net> | 2008-07-06 17:21:57 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-07-06 17:21:57 +0000 |
commit | 2a6d877e94be1e9c7d1c493d5f74b20554011013 (patch) | |
tree | 5944d0c990760269c7eb1235610b447b12cc4a32 | |
parent | 98e62c95372a398922c1fc36f7517cb95e9f11c3 (diff) | |
download | backupninja-2a6d877e94be1e9c7d1c493d5f74b20554011013.tar.gz backupninja-2a6d877e94be1e9c7d1c493d5f74b20554011013.tar.bz2 |
fix language to make sense
-rw-r--r-- | examples/example.mysql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.mysql b/examples/example.mysql index d7ab8b6..d22cbcb 100644 --- a/examples/example.mysql +++ b/examples/example.mysql @@ -56,7 +56,7 @@ compress = yes # nodata = < table1 table2 table3 > (no default) # only dump the structure for the database tables listed here, this means # no data contained in these tables will be dumped. This is very useful -# to backup databases that have tables with cache stored in tables that +# to backup databases that have tables with large amounts of cache data that # isn't necessary to backup, but you still need the structure to exist # on a restore # |