IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2019, 3:18:35 PM (7 years ago)
Author:
fairlamb
Message:

merge of branch ipp-350 into trunk

Location:
trunk/backups
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/backups

  • trunk/backups/jira_backup.py

    r40967 r41067  
    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)
     40        , ConfigSchemaLine('sub-dirs', False, list,
     41            cfg_help.SpecialSchemaProcessing.commma_separated)
    3442        ])
    3543    , ConfigSchemaSection('MYSQLDUMP',
Note: See TracChangeset for help on using the changeset viewer.