Reading Time: 4 minutes It has been a while since I wrote a blog post about Veeam. This time, I wrote one, especially for the Service Providers running Veeam software. You may or may not know about the Veeam Service Provider Console (VSPC), but in short, it’s for you if you are a Service Provider and it’s free! Just […]
You are browsing archives for
Author: Maurice Kevenaar
FarmPi – Running OctoFarm on a Raspberry
Reading Time: 6 minutes Recently I got involved with the OctoFarm software created by James Mackay and David Zwart. I helped them creating a Chocolatey package called OctoFarm. This installs the latest LTS Release of NodeJS, MongoDB and OctoFarm on your Windows machine. If you are not familiar with Chocolatey have a look at their Why Chocolatey in their documentation. […]
OctoPi with OctoDash on RPi 4 with Hyper...
Reading Time: 14 minutes How-To install and configure OctoPrint and OctoDash on your Raspberry Pi with HyperPixel 4.0 and Raspberry Pi Camera v2
Unattended installation of Veeam using B...
Reading Time: 4 minutes In the previous posts I described how to setup your test environment and how to install Veeam Backup for Office 365 (VBO). In this blog post I will continue with the automated installation of Veeam Backup & Replication (VBR). The scripts explained Just like Veeam Backup for Office 365, the Repository also contains a folder […]
Unattended installation of Veeam using B...
Reading Time: 2 minutes In the previous post I described how to setup your test environment. Therefore I’ll assume you are going to use the Vagrant setup I described. We will now continue with the automated installation of Veeam Backup for Office 365. The scripts explained The Repository contains a folder called “vbo_scripts”. Inside this folder you’ll find the […]
Unattended installation of Veeam using B...
Reading Time: 2 minutes After I figured out how to install SQL Server Express using BoxStarter, I was able to finish my BoxStarter scripts. Currently these scrips allow you to install Veeam Backup & Replication (VBR) and Veeam Backup for Office 365 (VBO). Veeam One (VONE) soon to come. There are many ways possible to have an unattended installation […]
Releasing your project using GitHub Acti...
Reading Time: 3 minutes Most of us have used git and probably GitHub as well. For quite some time they have made GitHub Actions available. This is a pipeline feature inside GitHub has the possibility to do amazing things. Big difference from AppVeyor or Travis CI is that you can include standard blocks, called actions, into your workload. The […]
Installing SQL Server using Boxstarter a...
Reading Time: < 1 minutes Let me first tell you a bit about Boxstarter. It leverages Chocolatey packages to automate the installation of software and create repeatable, reboot resilient, scripted Windows environments. Chocolatey makes installing software very easy with no user intervention. When installing SQL Server on a machine the installer uses DPAPI to encrypt/decrypt data for the installation. Due to the […]
VBR v10 Chocolatey packages
Reading Time: 2 minutes In preparation of the upcoming Veeam Backup & Replication (VBR) v10 release, I have started the process of updating the VBR packages. You can now test these packages yourself. These packages are not pushed to Chocolatey and therefore need to be handled a bit different. Prerequisites To be able to install these packages, the following […]
Veeam Backup for Microsoft O365 Chocolat...
Reading Time: < 1 minutes After I implemented Veeam B&R at my employer, we adopted Veeam Backup for Microsoft O365. Again, no Chocolatey packages existed for this, so I created one. Veeam has bundled Veeam B&R as an ISO. Lucky for us, Veeam for O365 is not. This software is bundled as an zip archive. Therefore it is easier to […]