Skip to content

A PowerShell module to backup your Steam screenshot folders.

License

Notifications You must be signed in to change notification settings

moltenbit/Backup-SteamScreenshots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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


Write-Information enabled

backup-with-info