Last Updated on September 24, 2024 by Michael Morten Sonne
Table of Contents
Introduction
I’m thrilled to announce the latest release of my Azyre DevOps Backup tool – version 1.1.0.0 is now live! 🚀
⏰ It´s to be noted that this is a major update with new features and bug fixes and some changes! ⏰
Here’s what’s new in this update:
Added:
- Added a new tool (AzureDevOpsBackupUnzipTool) to the application, there let you unzip backups from .zip files based on the backup folder with the metadata files (.json), so the backups can be restored for a single project to save disk space vs unzipping all based on how many projects you have to backup, if you only need to restore a single project and not want to unzip the whole backup for all projects:
- Sample command: .\AzureDevOpsBackupUnzipTool.exe –zipFile “C:\Temp\Test\master_blob.zip” –output “C:\Temp\Test\Test” –jsonFile “C:\Temp\Test\tree.json”
- An option to not attach the logfile to the email report with argument: ‘–noattatchlog‘
- Added support to send email report to multiple recipients with argument: ‘–to‘ – separated by comma
Changed:
- Changed default install folder name (reflects only the installer)
- Changed logfile location in the ‘.\Log’ folder – now in a subfolder the the 2 tools to it not being mixed and supports for cleanup:
- AzureDevOpsBackupTool.exe: ‘.\Logs\Backup’
- AzureDevOpsBackupUnzipTool.exe: ‘.\Logs\Unzip tool’
Fixed:
- A lot documentation and help text overall fixed/added
Had not time for it – sorry 🤣
A small side note that I have not a post for build 1.0.6.0 – the changes for this v. is here too:
Fixed:
- Fix an exception has been thrown (Installer bug)
- Fixed some assembly references
Dependency Upgrades:
- Upgraded RestSharp.111.3.0 to RestSharp.111.4.1
This release aims to streamline your Azure DevOps code with added security, improved functionality, fixed some bugs and enhanced customization options.
Don’t miss out on these enhancements – update your tool now! 💻
Download
You can download the new release right here at the GitHub page: Release 1.1.0.0 · michaelmsonne/AzureDevOpsBackupTool (github.com)
Conclusion
With the latest release of Azure DevOps backup tool version 1.1.0.0, we’ve bolstered security, enhanced functionality, and introduced needed options to streamline your backups. Upgrade now and experience a more efficient and secure backup solution tailored to your needs.
Keep your repositories safe and your workflow seamless with our latest update!
Do you have any ideas? Feel free to share them with me, or if you prefer, you can create a pull request on GitHub. Your input is valuable, and I’m eager to hear from you!
Thank you for taking the time to visit my blog. Kindly share it with others if you find it helpful for them! 😉🔐👍
Remember you can allways support me and my development of tools and creating of content and so via Why donate? – Blog – Sonne´s Cloud (sonnes.cloud)
Stay tuned for the new post about something cool! 🥳
References
Read more about my tools here: My tools – Blog – Sonne´s Cloud (sonnes.cloud)