summaryrefslogtreecommitdiffstats
path: root/auth/auth-cass/docker/cbackup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-cass/docker/cbackup.sh')
-rw-r--r--auth/auth-cass/docker/cbackup.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/auth/auth-cass/docker/cbackup.sh b/auth/auth-cass/docker/cbackup.sh
deleted file mode 100644
index 9c91d0c6..00000000
--- a/auth/auth-cass/docker/cbackup.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-cd /opt/app/cass_backup
-DATA="ns role perm ns_attrib user_role cred cert x509 delegate approval approved future notify artifact health history"
-PWD=cassandra
-CQLSH="cqlsh -u cassandra -k authz -p $PWD"
-for T in $DATA ; do
- echo "Creating $T.dat"
- $CQLSH -e "COPY authz.$T TO '$T.dat' WITH DELIMITER='|'"
-done