repomirror/repomirror/constants.py

13 lines
382 B
Python

PROTO_DEF_PORTS = {'ftp': 21,
'rsync': 873}
RSYNC_DEF_ARGS = ['recursive',
'times',
'links',
'hard-links',
'delete-after',
'delay-updates',
'copy-links',
'safe-links',
'delete-extended',
'exclude=.*']