Rename powershell command
This commit is contained in:
parent
8e4f0ccd9a
commit
9758a6428f
16 changed files with 35 additions and 35 deletions
scripts/Windows/Scripts
|
@ -11,7 +11,7 @@ function Get-BackupCandidates() {
|
|||
return $candidates;
|
||||
}
|
||||
|
||||
function Invoke-FileBackup([Context] $context) {
|
||||
function Backup-PersonalFiles([Context] $context) {
|
||||
Write-Host "Backing up Personal Files";
|
||||
|
||||
foreach ($candidate in Get-BackupCandidates) {
|
||||
|
@ -19,7 +19,7 @@ function Invoke-FileBackup([Context] $context) {
|
|||
}
|
||||
}
|
||||
|
||||
function Invoke-FileRestore([Context] $context) {
|
||||
function Restore-PersonalFiles([Context] $context) {
|
||||
Write-Host "Restoring Personal Files";
|
||||
|
||||
foreach ($candidate in Get-BackupCandidates) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue