From bda01c332a4d7c5c574368a8e5ea9fb3ea77f27b Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Wed, 22 Feb 2017 15:41:16 +0000
Subject: [PATCH] makefile fix

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c54bebc1..917fbce6 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ destroy-db:
 	$(TOP)/sbin/dm_destroy_db.sh
 
 backup:
-	$(TOP)/sbin/dm_backup_all.sh 
+	$(TOP)/sbin/dm_backup.sh 
 
 configure-web-portal: dist
 	$(TOP)/sbin/dm_configure_web_portal.sh
-- 
GitLab