From 1f371ebfbf7867bf0d676e70a5883ade31c85412 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 15 Oct 2001 22:05:41 +0000
Subject: [PATCH] - removed this script, it is too simple to be true ...

---
 scripts/php-backup | 3 ---
 scripts/sql-backup | 9 ---------
 2 files changed, 12 deletions(-)
 delete mode 100644 scripts/php-backup
 delete mode 100644 scripts/sql-backup

diff --git a/scripts/php-backup b/scripts/php-backup
deleted file mode 100644
index 2e6277d9f842..000000000000
--- a/scripts/php-backup
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-tar -zcf drupal.tgz *
diff --git a/scripts/sql-backup b/scripts/sql-backup
deleted file mode 100644
index 4042cc27cdae..000000000000
--- a/scripts/sql-backup
+++ /dev/null
@@ -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
-- 
GitLab