diff --git a/db_export/make_tar.sh b/db_export/make_tar.sh index 03bcc3cd02dfd3838087faeab77f9c1fc6d13f96..c675875201e133896aedddef1a462e6658e81661 100755 --- a/db_export/make_tar.sh +++ b/db_export/make_tar.sh @@ -3,6 +3,14 @@ # 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 + +echo "create tar from common folders" +tar --exclude-vcs -czf db_export/mpidb_mpg_common.tar.gz xataface xataface-2.1.2/ master/ template/ favicon.ico index.html info.php + +for project in user inv licman; do + echo "create tar from plain project mpg_${project}" + tar --exclude-vcs -czf db_export/mpidb_mpg_${project}.tar.gz mpg_${project}/ + echo "create tar from project mpg_${project} with common files" + tar --exclude-vcs -czf db_export/mpidb_mpg_${project}_full.tar.gz xataface xataface-2.1.2/ master/ template/ favicon.ico index.html info.php mpg_${project}/ +done diff --git a/db_export/mpidb_mpg_common.tar.gz b/db_export/mpidb_mpg_common.tar.gz index 62868df633c822e41a469739215a27c5faebcdc0..8e8a610b6c79b9b7165323db00141a7d96af6c34 100644 Binary files a/db_export/mpidb_mpg_common.tar.gz and b/db_export/mpidb_mpg_common.tar.gz differ diff --git a/db_export/mpidb_mpg_inv.tar.gz b/db_export/mpidb_mpg_inv.tar.gz index 6ec7205b3299ecab563b43f7497cd6597ac61c66..d1125d6d39daf0f80c2f6ab293e01056b2c43cab 100644 Binary files a/db_export/mpidb_mpg_inv.tar.gz and b/db_export/mpidb_mpg_inv.tar.gz differ diff --git a/db_export/mpidb_mpg_inv_full.tar.gz b/db_export/mpidb_mpg_inv_full.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..045d1beb6a0fc551655d406c679d4e9f75b76872 Binary files /dev/null and b/db_export/mpidb_mpg_inv_full.tar.gz differ diff --git a/db_export/mpidb_mpg_licman.tar.gz b/db_export/mpidb_mpg_licman.tar.gz index 10c33c16547a5b46d20d0a506a224f9a31f5e606..940bbfcd53326b0e058081b2d8f7bdb41a840b1b 100644 Binary files a/db_export/mpidb_mpg_licman.tar.gz and b/db_export/mpidb_mpg_licman.tar.gz differ diff --git a/db_export/mpidb_mpg_licman_full.tar.gz b/db_export/mpidb_mpg_licman_full.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..da437df2fefeec5921aedc86d7385fa3600a4a5d Binary files /dev/null and b/db_export/mpidb_mpg_licman_full.tar.gz differ diff --git a/db_export/mpidb_mpg_user.tar.gz b/db_export/mpidb_mpg_user.tar.gz index 25922b66a9fac20e08c508ceca9e03e125ff38e3..7ab9117fda0367633ec0331f7a10650f632d7cba 100644 Binary files a/db_export/mpidb_mpg_user.tar.gz and b/db_export/mpidb_mpg_user.tar.gz differ diff --git a/db_export/mpidb_mpg_user_full.tar.gz b/db_export/mpidb_mpg_user_full.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8178a10c328b235fb4ee32204a7e2112db303df3 Binary files /dev/null and b/db_export/mpidb_mpg_user_full.tar.gz differ