repomirror/repomirror/constants.py

13 lines
382 B
Python
Raw Normal View History

2020-06-13 03:46:49 -04:00
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=.*']