Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Achim Bohnet
mpidb_common
Commits
b1e21b28
Commit
b1e21b28
authored
Feb 13, 2016
by
Gerd Schachtschneider
Browse files
add diverse tar's
parent
6621a770
Changes
8
Hide whitespace changes
Inline
Side-by-side
db_export/make_tar.sh
View file @
b1e21b28
...
...
@@ -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
db_export/mpidb_mpg_common.tar.gz
View file @
b1e21b28
No preview for this file type
db_export/mpidb_mpg_inv.tar.gz
View file @
b1e21b28
No preview for this file type
db_export/mpidb_mpg_inv_full.tar.gz
0 → 100644
View file @
b1e21b28
File added
db_export/mpidb_mpg_licman.tar.gz
View file @
b1e21b28
No preview for this file type
db_export/mpidb_mpg_licman_full.tar.gz
0 → 100644
View file @
b1e21b28
File added
db_export/mpidb_mpg_user.tar.gz
View file @
b1e21b28
No preview for this file type
db_export/mpidb_mpg_user_full.tar.gz
0 → 100644
View file @
b1e21b28
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment