christianspecht / scm-backup

Makes offline backups of your cloud hosted source code repositories
https://scm-backup.org/
GNU General Public License v3.0
59 stars 20 forks source link

Backing up Bitbucket wikis doesn't work #18

Closed christianspecht closed 6 years ago

christianspecht commented 6 years ago

SCM Backup currently clones Bitbucket wikis by HTTPS, no matter if Git or Mercurial.

At the moment, there seems to be some error on Bitbucket's side and cloning wikis via HTTPS doesn't work (but SSH does)

--> see this issue in Bitbucket's own issue tracker, which was created by a Bitbucket employee after I raised a Bitbucket support request (BBS-86445, but the link is private)

Until Bitbucket fixes this, we need to pull the wiki repos over SSH instead of HTTPS. Or (for people who don't have SSH keys set up) there should be a config option to ignore Bitbucket wikis altogether.

christianspecht commented 6 years ago

Seems to work again now, even though the ticket in Bitbucket's issue tracker is still open.