Add script for backing up reWASD
This commit is contained in:
parent
c670771acb
commit
3309c5f158
2 changed files with 17 additions and 0 deletions
7
scripts/Windows/Software/reWASD/Manage.ps1
Normal file
7
scripts/Windows/Software/reWASD/Manage.ps1
Normal file
|
@ -0,0 +1,7 @@
|
|||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
$path = "$env:PUBLIC/Documents/reWASD";
|
||||
$softwareName = "reWASD";
|
||||
|
||||
function Invoke-BackupReWASD([Context] $context) {
|
||||
$context.Backup($path, $context.SoftwareArchive($softwareName), @("-x@`"$PSScriptRoot/exclude.txt`""));
|
||||
}
|
10
scripts/Windows/Software/reWASD/exclude.txt
Normal file
10
scripts/Windows/Software/reWASD/exclude.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
Logs
|
||||
Presets
|
||||
Profiles/Desktop
|
||||
Profiles/Duality
|
||||
Profiles/Fortnite
|
||||
Profiles/PS4 Remote*
|
||||
Profiles/Switch console
|
||||
Profiles/Switch to Xbox 360
|
||||
Profiles/Valorant
|
||||
Profiles/xCloud
|
Loading…
Reference in a new issue