-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun_tesi.sh.template
executable file
·35 lines (30 loc) · 1.23 KB
/
run_tesi.sh.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/bash
#
#
# ./run_tesi.sh > tesi/tesi.log 2>&1
# nohup ./run_tesi.sh > tesi/tesi.log 2>&1 &
#./run.sh --materiale=tesi --harrvest_from_override="2019-07-01" --jobs=5
# ./run.sh -m=tesi -f="2019-07-01" -j=3
# -a--ambiente=sviluppo|collaudo|esercizio \
# -m=|--materiale=tesi|riviste \
# -c=*|--concurrent_warc_jobs=*)
# [-d|--development] \
# [-f=|--harvest_from_override=YYYY-MM-GG] \
# [-j=|--jobs=] \ default 3
# [-r=|--repositories_file=elenco_repos] \
# [-s=*|--start_from_block_override=*] \
# [-t=|--today_override=] \
# [-u=*|--warc-max-size_override=1G (o M)]" default infinite
# --development "
# --today_override="2019_08_23
# --harrvest_from_override="2019-07-15"
# --warc_max_size_override=1G
# --start_from_block_override
# ./run.sh --development -m=tesi --jobs=3
# --harrvest_from_override="2018-10-01"
#===================================================================================
# Decommentare ambiente di lavoro
#--harrvest_from_override="2019-10-01"
./run.sh --ambiente=sviluppo --materiale=tesi --jobs=3 --concurrent_warc_jobs=3
#./run.sh --ambiente=collaudo --materiale=tesi --jobs=3 --concurrent_warc_jobs=3
#./run.sh --ambiente=esercizio --materiale=tesi --jobs=3 --concurrent_warc_jobs=3