{"id":14063766,"url":"https://github.com/hjorslev/HyperVBackup","last_synced_at":"2025-07-29T16:31:42.092Z","repository":{"id":132913996,"uuid":"137538118","full_name":"hjorslev/HyperVBackup","owner":"hjorslev","description":"HyperVBackup is a PowerShell module that allows users to backup VMs from a Hyper-V host.","archived":false,"fork":false,"pushed_at":"2019-08-05T20:31:52.000Z","size":328,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-29T14:04:33.088Z","etag":null,"topics":["backup","hyper-v","powershell"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/HyperVBackup","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hjorslev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-06-15T22:52:30.000Z","updated_at":"2023-08-05T21:33:03.000Z","dependencies_parsed_at":"2024-02-07T16:58:05.877Z","dependency_job_id":"ca356d39-801d-4dd1-99af-15fcfbe69718","html_url":"https://github.com/hjorslev/HyperVBackup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjorslev%2FHyperVBackup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjorslev%2FHyperVBackup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjorslev%2FHyperVBackup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hjorslev%2FHyperVBackup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hjorslev","download_url":"https://codeload.github.com/hjorslev/HyperVBackup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228028620,"owners_count":17858419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","hyper-v","powershell"],"created_at":"2024-08-13T07:03:29.961Z","updated_at":"2024-12-04T01:31:26.290Z","avatar_url":"https://github.com/hjorslev.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# HyperVBackup\n\n[![Build status](https://img.shields.io/appveyor/ci/hjorslev/HyperVBackup.svg?style=for-the-badge)](https://ci.appveyor.com/project/hjorslev/HyperVBackup)\n[![PowerShellGallery Version](https://img.shields.io/powershellgallery/v/HyperVBackup.svg?style=for-the-badge)](https://www.powershellgallery.com/packages/HyperVBackup)\n[![PowerShellGallery Downloads](https://img.shields.io/powershellgallery/dt/HyperVBackup.svg?style=for-the-badge)](https://www.powershellgallery.com/packages/HyperVBackup)\n\n## Synopsis\n\nHyperVBackup is a PowerShell module that allows users to backup VMs from a Hyper-V\nhost.\n\n## Description\n\nHyperVBackup is a PowerShell module that allows users to backup VMs from a Hyper-V\nhost. The module backups can be stored in a directory or compressed to a .7z file.\n\nUsing the parameter -Retention the user can evaluate the age of the backups\neach time the cmdlet is executed and delete old backups if necessary.\n\n## Installation of HyperVBackup\n\nThe module is published in the [PowerShell Gallery](https://www.powershellgallery.com/packages/HyperVBackup).\n\nRun the following in an elevated prompt:\n\n```powershell\nInstall-Module -Name HyperVBackup\n```\n\n## Using HyperVBackup\n\n### Backups all VMs on a Hyper-V host\n\n```powershell\nGet-VM | Backup-VM -Destination - 'D:\\Backup\\Hyper-V'\n```\n\n### Remove old backups\n\n```powershell\nRemove-VMBackup -Destination 'D:\\Backup\\Hyper-V'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhjorslev%2FHyperVBackup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhjorslev%2FHyperVBackup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhjorslev%2FHyperVBackup/lists"}