IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2019, 9:17:31 AM (7 years ago)
Author:
fairlamb
Message:

Added rsync to jira/conf schema and tests to boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ipp-350_add_to_jira_conf_backups/jira_backup.py

    r40967 r41059  
    3232        , ConfigSchemaLine('target_filename', True,  str)
    3333        , ConfigSchemaLine('prefix_date',     True,  bool)
     34        ])
     35    , ConfigSchemaSection('RSYNC',
     36        [ ConfigSchemaLine('sources', True, list,
     37            cfg_help.SpecialSchemaProcessing.commma_separated)
     38        , ConfigSchemaLine('additional_args', False, list,
     39            cfg_help.SpecialSchemaProcessing.space_separated)
    3440        ])
    3541    , ConfigSchemaSection('MYSQLDUMP',
Note: See TracChangeset for help on using the changeset viewer.