taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

taler-exchange-transfer.1.rst (2098B)


      1 taler-exchange-transfer(1)
      2 ############################
      3 
      4 .. only:: html
      5 
      6    Name
      7    ====
      8 
      9    **taler-exchange-transfer** - execute scheduled wire transfers
     10 
     11 Synopsis
     12 ========
     13 
     14 **taler-exchange-transfer**
     15 [**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
     16 [**-h** | **--help**]
     17 [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
     18 [**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
     19 [**-T** *USEC* | **--timetravel**\ \ *USEC*]
     20 [**-t** | **--test**]
     21 [**-v** | **--version**]
     22 
     23 Description
     24 ===========
     25 
     26 **taler-exchange-transfer** is a command-line tool to actually execute scheduled wire transfers (using the bank/wire gateway).
     27 The transfers are prepared by the **taler-exchange-aggregator** and **taler-exchange-closer** tools.
     28 
     29 **-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
     30    Use the configuration and other resources for the exchange to operate
     31    from *FILENAME*.
     32 
     33 **-h** \| **--help**
     34    Print short help on options.
     35 
     36 **-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
     37    Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
     38    ``WARNING``, ``ERROR``.
     39 
     40 **-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
     41    Send logging output to *FILENAME*.
     42 
     43 **-T** *USEC* \| **--timetravel=**\ \ *USEC*
     44    Modify the system time by *USEC* microseconds.
     45    *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``).
     46    This option is intended for debugging/testing only.
     47 
     48 **-t** \| **--test**
     49    Run in test mode and exit when idle.
     50 
     51 **-v** \| **--version**
     52    Print version information.
     53 
     54 Exit Status
     55 ===========
     56 
     57 ``0``
     58    Successful termination.
     59 
     60 ``1``
     61    An operational failure occurred.
     62 
     63 ``2``
     64    The command-line arguments are invalid.
     65 
     66 ``6``
     67    A required configuration setting is missing or invalid.
     68 
     69 ``9``
     70    A hard failure occurred. Automatic restart should be suppressed until an
     71    operator has intervened.
     72 
     73 See Also
     74 ========
     75 
     76 taler-exchange-aggregator(1), taler-exchange-closer(1),
     77 taler-exchange-httpd(1), taler-exchange.conf(5).
     78 
     79 Bugs
     80 ====
     81 
     82 Report bugs by using https://bugs.taler.net/ or by sending electronic
     83 mail to <taler@gnu.org>.