scm-backup icon indicating copy to clipboard operation
scm-backup copied to clipboard

Makes offline backups of your cloud hosted source code repositories

Results 23 scm-backup issues
Sort by recently updated
recently updated
newest added

Continued branch net6.0 to net 8.0. Consider to add mailname to settings.yml

docker run --rm \ -v "${CURRENT_DIR_WIN}/settings.yml:/app/settings.yml" \ -v "${BACKUP_DIR}:/app/backups" \ scmbackup:latest || { echo "ERROR: Failed to start Bitbucket backup."; exit 1; } Documentation needed.

I'm experiencing issues when running ScmBackup.exe. I performed some tests about 2 months ago, and it worked normally. However, I'm trying to use it again now, but I keep getting...

Example: https://ci.appveyor.com/project/ChristianSpecht/scm-backup/builds/47343251 ``` Everything is Ok Collecting artifacts... Found artifact 'release\scm-backup-0.0.0.CI-WIN-188-1dc9b2c.zip' matching 'release\scm-backup-*.zip' path No artifacts found matching 'src\ScmBackup.Tests.Integration\bin\Release\netcoreapp3.1\*.log' path Uploading artifacts... [1/1] release\scm-backup-0.0.0.CI-WIN-188-1dc9b2c.zip (3,081,555 bytes)...100% ``` The [Linux build...

More details: https://github.blog/2022-11-28-to-infinity-and-beyond-enabling-the-future-of-githubs-rest-api-with-api-versioning/

enhancement
help wanted
github

Running SCM backup on our bitbucket cloud instance fails before getting halfway through. Interestingly I noted that the number of successfully fetched repos is exactly 256. Here's the error: ```...

bug
bitbucket

Concerning issue #21 Basic solution to backup a repository including the real LFS files (and not just the pointer files). I would love to see LFS support implemented. It's my...

As suggested [here](https://github.com/christianspecht/scm-backup-docs/issues/1): - create a test repo with a large file - set up [Git LFS](https://git-lfs.github.com/) - check whether SCM Backup is able to backup the repo, and if...

enhancement
help wanted

Make a second implementation of the [`GitScm`](https://github.com/christianspecht/scm-backup/blob/master/src/ScmBackup/Scm/GitScm.cs) class, using [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) (instead of command line Git) under the hood. The current command line implementation should be the default, the new implementation...

enhancement

Hi! We are having an issue while running the ScmBackup.exe: ![image](https://user-images.githubusercontent.com/68022005/86942090-1c390c80-c11b-11ea-8942-743c3ee021aa.png) The repositories that we are trying to backup are in Bitbucket. The software is running on Windows Server 2019,...

bug
bitbucket