taler-docs

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

taler-exchange-closer.1.rst (1883B)


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