Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moltenbit/backup-steamscreenshots
A PowerShell module to backup your Steam screenshot folders.
https://github.com/moltenbit/backup-steamscreenshots
powershell powershell-gallery powershell-module powershell-modules powershell-script powershell-scripts screenshot screenshots script steam steam-tools
Last synced: about 1 month ago
JSON representation
A PowerShell module to backup your Steam screenshot folders.
- Host: GitHub
- URL: https://github.com/moltenbit/backup-steamscreenshots
- Owner: moltenbit
- License: mit
- Created: 2023-03-05T12:47:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T20:51:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T05:34:05.403Z (3 months ago)
- Topics: powershell, powershell-gallery, powershell-module, powershell-modules, powershell-script, powershell-scripts, screenshot, screenshots, script, steam, steam-tools
- Language: PowerShell
- Homepage:
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backup-SteamScreenshots
A PowerShell module to backup your Steam screenshot folders.
### Installation
```
PS C:\> Install-Module Backup-SteamScreenshots
```### Usage
```
PS C:\> Import-Module Backup-SteamScreenshots
PS C:\> Backup-SteamScreenshots -DestinationPath C:\Your\Backup\Path
```With Write-Information enabled:
```
PS C:\> Backup-SteamScreenshots -DestinationPath C:\Your\Backup\Path -InformationAction Continue
```
### Example run
![backup](https://user-images.githubusercontent.com/31832259/223826237-4838d3b2-4355-48a8-8484-9372987d678a.png)
Write-Information enabled
![backup-with-info](https://user-images.githubusercontent.com/31832259/223826320-8e3681a0-0d42-4772-8b9b-00fb1857e7c5.png)