diff --git a/db_export/make_tar.sh b/db_export/make_tar.sh new file mode 100755 index 0000000000000000000000000000000000000000..03bcc3cd02dfd3838087faeab77f9c1fc6d13f96 --- /dev/null +++ b/db_export/make_tar.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# create tar's from all projects +# schachi 2016-02-13 + +# create tar from common +cd /var/www +tar --exclude-vcs -czf db_export/mpidb_mpg_common.tar.gz xataface xataface-2.1.2/ master/ template/ favicon.ico index.html diff --git a/db_export/mpidb_mpg_common.tar.gz b/db_export/mpidb_mpg_common.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..62868df633c822e41a469739215a27c5faebcdc0 Binary files /dev/null and b/db_export/mpidb_mpg_common.tar.gz differ