- removed this script, it is too simple to be true ...

4.0.x
Dries Buytaert 2001-10-15 22:05:41 +00:00
parent 5761c3b99c
commit 1f371ebfbf
2 changed files with 0 additions and 12 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
tar -zcf drupal.tgz *

View File

@ -1,9 +0,0 @@
#!/bin/sh
username=""
database=""
password=""
hostname=""
path=""
/usr/bin/mysqldump -h $hostname -u $username -p$password $database > $path/backup-`date +"%Y%m%d"`.sql