Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdhitsolutions/PSBackup
A collection of PowerShell scripts and functions that I use to backup key files and folders. This *is not* a PowerShell module.
https://github.com/jdhitsolutions/PSBackup
backup powershell
Last synced: about 10 hours ago
JSON representation
A collection of PowerShell scripts and functions that I use to backup key files and folders. This *is not* a PowerShell module.
- Host: GitHub
- URL: https://github.com/jdhitsolutions/PSBackup
- Owner: jdhitsolutions
- License: mit
- Created: 2020-02-07T13:39:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T20:23:55.000Z (about 1 month ago)
- Last Synced: 2024-10-27T11:25:13.912Z (11 days ago)
- Topics: backup, powershell
- Language: PowerShell
- Homepage:
- Size: 218 KB
- Stars: 27
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jdhitsolutions/PSBackup - A collection of PowerShell scripts and functions that I use to backup key files and folders. This *is not* a PowerShell module. (PowerShell)
README
# PSBackup
![data](assets/db.png) This repository is a collection of PowerShell scripts and functions that I use to back up critical files and folders on my primary desktop. The code in this repository is **not** a PowerShell module that you can download and install. The scripts and functions are written to my specific requirements, but I have had requests to make the code more readily available. You are welcome to use anything in the repository as reference material for your projects. However, everything is offered **as-is** with **no guarantees** that any of the material will work for you.
> **There are many hard-coded paths unique to my environment. This is normally not a best practice.**
You can read more about the code in these blog posts.
- [Creating a PowerShell Backup System](https://jdhitsolutions.com/blog/powershell/6905/creating-a-powershell-backup-system/)
- [Creating a PowerShell Backup System - Part 2](https://jdhitsolutions.com/blog/powershell/6910/creating-a-powershell-backup-system-part-2/)
- [Creating a PowerShell Backup System – Part 3](https://jdhitsolutions.com/blog/powershell/6955/creating-a-powershell-backup-system-part-3/)
- [Creating a PowerShell Backup System – Part 4](https://jdhitsolutions.com/blog/powershell/6962/creating-a-powershell-backup-system-part-4/)
- [Managing My PowerShell Backup Files](https://jdhitsolutions.com/blog/powershell/7081/managing-my-powershell-backup-files/)This is a __read-only__ repository, although I am updating it. See the [`Changelog`](changelog.md) file.
If you have questions or comments, please reach out to me on X using [@JeffHicks](https://twitter.com/jeffhicks).