From 69538a26ade4317c4ae025d5ced868dde6a2dbcc Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Tue, 15 Sep 2015 16:47:03 +0800 Subject: Removed server deploy files, logs and backups directories. Let user choose any daemon tools and paths as they like. --- backup.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 backup.sh (limited to 'backup.sh') diff --git a/backup.sh b/backup.sh deleted file mode 100644 index e7afc560..00000000 --- a/backup.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -path=./backups -today=$(date +"%Y%m%d") -timestamp=$(date +"%Y%m%d%H%M%S") -mkdir -p $path/$today -pg_dump hackmd > $path/$today/postgresql_$timestamp -mongodump -d hackmd -o $path/$today/mongodb_$timestamp \ No newline at end of file -- cgit v1.2.3