< Back

Invoke-UxBackup

Sat Jan 18, 2020 7:53 pm

NAME Invoke-UxBackup



SYNOPSIS

This cmdlet performs backup of Ribbon SBC





SYNTAX

Invoke-UxBackup [-uxSession] <PSObject> [-backupfilename] <String> [<CommonParameters>]





DESCRIPTION

This cmdlet performs backup of Ribbon SBC.

Ensure to check the size of the backup file to verify the backup was successful as Ribbon does not acknowledge

this.If a backup file is 1KB it means the backup was unsuccessful.





PARAMETERS

-uxSession <PSObject>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-backupfilename <String>

Enter here the Backup file name. The backup file will automatically be appended with .tar.gz extension.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>invoke-uxbackup -backupfilename c:\\backup\\lyncgw01backup01.tar.gz















RELATED LINKS