Skip to content

repsyio/repsy-maven-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages