7 lines
283 B
PowerShell
7 lines
283 B
PowerShell
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
|
$path = "$HOME/Documents/TmForever";
|
|
$softwareName = "TmNationsForever";
|
|
|
|
function Invoke-BackupTmNations([Context] $context) {
|
|
$context.Backup($path, $context.SoftwareArchive($softwareName), @("-i@`"$PSScriptRoot/include.txt`""));
|
|
}
|