aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-07-06 17:21:57 +0000
committerMicah Anderson <micah@riseup.net>2008-07-06 17:21:57 +0000
commit2a6d877e94be1e9c7d1c493d5f74b20554011013 (patch)
tree5944d0c990760269c7eb1235610b447b12cc4a32 /examples
parent98e62c95372a398922c1fc36f7517cb95e9f11c3 (diff)
downloadbackupninja-2a6d877e94be1e9c7d1c493d5f74b20554011013.tar.gz
backupninja-2a6d877e94be1e9c7d1c493d5f74b20554011013.tar.bz2
fix language to make sense
Diffstat (limited to 'examples')
-rw-r--r--examples/example.mysql2
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
#