Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)