2023-06-07 17:15:47 +00:00
|
|
|
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
2023-06-06 22:57:16 +00:00
|
|
|
|
2023-06-08 00:28:33 +00:00
|
|
|
$null = New-Module {
|
|
|
|
$path = "$HOME/Documents/TmForever";
|
|
|
|
$softwareName = "TmNationsForever";
|
|
|
|
|
2023-06-30 10:19:54 +00:00
|
|
|
function Backup-TmNations([Context] $context) {
|
2023-06-08 00:28:33 +00:00
|
|
|
$context.Backup($path, $context.SoftwareArchive($softwareName), @("-i@`"$PSScriptRoot/include.txt`""));
|
|
|
|
}
|
2023-06-06 22:57:16 +00:00
|
|
|
}
|