Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
datadump
Commits
9b58eb16
Commit
9b58eb16
authored
Dec 17, 2019
by
Jonathan Schaeffer
Browse files
3 jobs
parent
106fc420
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/resifdatadump
View file @
9b58eb16
...
@@ -313,6 +313,6 @@ if [[ ! -d $SNAPSHOT_DIR ]]; then
...
@@ -313,6 +313,6 @@ if [[ ! -d $SNAPSHOT_DIR ]]; then
exit
1
exit
1
fi
fi
echo
"Starting dump of validated data with
4
jobs"
echo
"Starting dump of validated data with
3
jobs"
find
$SNAPSHOT_DIR
-maxdepth
3
-mindepth
3
-type
d |
sort
| parallel
--jobs
4
--max-args
1 pack_and_send
{}
{
%
}
find
$SNAPSHOT_DIR
-maxdepth
3
-mindepth
3
-type
d |
sort
| parallel
--jobs
3
--max-args
1 pack_and_send
{}
{
%
}
echo
"Dump of validated data done"
echo
"Dump of validated data done"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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