Synopsis
| jblob |
--dataset | -d |
dataset_acronym |
[ options ] |
|
| jblob |
--help |
|
|
|
| jblob |
--version |
|
|
|
Options
The following options are supported:
| --config |
file |
Read username and password information from file instead of ~/.netrc. |
| --dateext |
|
Append timestamp(s) to filename instead of record number(s). Works only for datasets with a "calendrical" temporal structure. |
| --dir |
directory |
The transferred dataset will be placed in the specified directory. |
| --file |
filename |
The transferred dataset will be given the specified name instead of datasetname_rmin-rmax. |
| --password |
password |
Use password for database login. Works only in conjunction with --username. |
| --quiet |
|
Quiet operation. No output except error messages. |
| --rmax |
number |
Last record to transfer. If omitted, the transfer will end with the last available record. |
| --rmin |
number |
First record to transfer. If omitted, the transfer will start with the first available record. |
| --tmax |
date |
Last date to transfer. The standard date format is yyyy-mm-ddThh:mm,
however unnecessary parts may be omitted (i.e. yyyy-mm is sufficient
when working with monthly data). The minimum required format can be
viewed with the jmeta -showtime command. |
| --tmin |
date |
First date to transfer. The standard date format is yyyy-mm-ddThh:mm,
however unnecessary parts may be omitted (i.e. yyyy-mm is sufficient
when working with monthly data). The minimum required format can be
viewed with the jmeta -showtime command. |
| --username |
username |
Use username for database login. Works only in conjuction with --password. |
Supplying username and password
By default the program tries to read the username and password information from
the ~/.netrc file. To utilize this you must add an entry for machine 'cera' to
your .netrc file (i.e. machine cera login
your_username password
your_password). Alternatively you can specify a configuration file from
where the login information will be read by using the --config option. This
configuration file must follow the same syntax as the .netrc file. As a last
resort you can provide username and password with the --username and --password
options.