< Back

Backup-ISHDeployment

Wed Jan 15, 2020 7:55 am

NAME Backup-ISHDeployment



SYNOPSIS

Backup data from Web, App, Data folders.





SYNTAX

Backup-ISHDeployment -Path <string[]> -Web <SwitchParameter> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]



Backup-ISHDeployment -Path <string[]> [-App <SwitchParameter>] [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Backup-ISHDeployment -Path <string[]> [-Data <SwitchParameter>] [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]





DESCRIPTION

Will Backup data from Web, App, Data folders depends on switch.





PARAMETERS

-Path <string[]>

Path to files for backup.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Web <SwitchParameter>

Working with Web folder.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-App <SwitchParameter>

Working with App folder.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Data <SwitchParameter>

Working with Data folder.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



Required? false

Position? named

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:\\>Backup-ISHDeployment -Web -Path Author\\ASP\\Web.config







RELATED LINKS