Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.21 KB

README.md

File metadata and controls

53 lines (35 loc) · 2.21 KB

PSBackup

GitHub license GitHub tag (latest SemVer) GitHub Release Date GitHub last commit

Overview

A fully functional Powershell module designed to perform windows filesystem backups.

  • Perform full backups from multiple sources.
  • Backup a variety of sources: files, directories, SQL, and more coming soon...
  • On-demand backups via Powershell CLI or scheduled using Windows Task Scheduler.
  • Save files as Raw backup or compressed Zip archives.

Requirements

  • Powershell 4.0+

Installation

  1. Download the latest release from GitHub.
  2. Extract the release archive (zip or tar.gz).
  3. Copy the PSBackup folder to C:\Program Files\WindowsPowerShell\Modules\
  4. Verify the installation by running the following command Get-Module -List -Name "PSBackup"
  5. You should see the latest released version of PSBackup listed.

Usage

Usage instructions and examples here.

Security Vulnerabilities

If you discover a security vulnerability within PSBackup, please send an e-mail to tony@cavella.com. Security vulnerabilities are taken very seriously and will be addressed with the utmost priority.

Contributing

Contributions are what make the open source community such an amazing place. See CONTRIBUTING.md for more information.

License

Distributed under the Apache License v2.0. See LICENSE for more information.

Contact

Tony Cavella - tony@cavella.com

Project Link: https://github.com/revokehq/psbackup

Acknowledgements