samkuehn/bitbucket-backup

Is there a way to have multiple ssh keys?

Closed this issue · 1 comments

If we want to backup say two users account bitbucket doesn't allow the same ssh key to be in to accounts, so we have to have a way to have this script use two or more ssh keys, or a way to say use this keyfile for this run, and then just run the command two times. Is this possible somehow?

It should be possible using http rather than the ssl. Try:

backup.py --http -u <username> -l <backup_location>

Let me know if this works for you.