Skip to content

HyperVBackup is a PowerShell module that allows users to backup VMs from a Hyper-V host.

License

Notifications You must be signed in to change notification settings

hjorslev/HyperVBackup

Repository files navigation

HyperVBackup

Build status PowerShellGallery Version PowerShellGallery Downloads

Synopsis

HyperVBackup is a PowerShell module that allows users to backup VMs from a Hyper-V host.

Description

HyperVBackup is a PowerShell module that allows users to backup VMs from a Hyper-V host. The module backups can be stored in a directory or compressed to a .7z file.

Using the parameter -Retention the user can evaluate the age of the backups each time the cmdlet is executed and delete old backups if necessary.

Installation of HyperVBackup

The module is published in the PowerShell Gallery.

Run the following in an elevated prompt:

Install-Module -Name HyperVBackup

Using HyperVBackup

Backups all VMs on a Hyper-V host

Get-VM | Backup-VM -Destination - 'D:\Backup\Hyper-V'

Remove old backups

Remove-VMBackup -Destination 'D:\Backup\Hyper-V'

About

HyperVBackup is a PowerShell module that allows users to backup VMs from a Hyper-V host.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published