summaryrefslogtreecommitdiff
path: root/scripts/sql-backup
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-10 10:52:19 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-10 10:52:19 +0000
commit4a6c6de758960a2f98ba58f20a1c17c6ee67111c (patch)
treed0466a04feb29ce5769d90ffb8041b78412faa82 /scripts/sql-backup
parent73077e8778cfd890f51023f6683e70904317cc6f (diff)
downloadbrdo-4a6c6de758960a2f98ba58f20a1c17c6ee67111c.tar.gz
brdo-4a6c6de758960a2f98ba58f20a1c17c6ee67111c.tar.bz2
Huge update - I don't have time to write everything down but the directory
structure changes, some sections are expanded. Take a look at the source code or ask me to elaborate on certain issues/topics.
Diffstat (limited to 'scripts/sql-backup')
-rw-r--r--scripts/sql-backup7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/sql-backup b/scripts/sql-backup
new file mode 100644
index 000000000..edca9b006
--- /dev/null
+++ b/scripts/sql-backup
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+username="dries"
+database="dries"
+hostname="dione"
+
+mysqldump -h $hostname -u $username -p $database > mysql-backup