Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 518 Bytes

Maven repo backup script for repsy

This small script helps backing up your repository into a local directory

################################################################################

repsy_repo_name = 'default' # change if different than default
repsy_username = 'FIX ME'
repsy_password = 'FIX ME'
destination_directory = '/path/to/local/backup/dir'

################################################################################

then you can start the backup:

python3 ./main.py