Start-RubrikDownload
SYNOPSIS
Download a file from the Rubrik cluster
SYNTAX
Uri (Default)
uri
pipeline
DESCRIPTION
The Start-RubrikDownload cmdlet will download files from the Rubrik cluster, it can either take a uri or a snapshot object paired with a sourceDirs path. Returns the file object
EXAMPLES
EXAMPLE 1
Will download the specified file from the Rubrik cluster to the current folder
EXAMPLE 2
Will download the specified file from the Rubrik cluster to the 'Temp' folder
EXAMPLE 3
Will download the specified file from the Rubrik cluster to the 'Temp' folder with the 'MyImportedFileSet.zip' filename
EXAMPLE 4
Will download the complete set of data from the jaap.testhost.us hostname while displaying verbose information
EXAMPLE 5
Will only download files and folders located in the root folder 'test' of the selected fileset
PARAMETERS
-Uri
The URI to download
-SLAObject
The SLA Object that should be downloaded
-Path
The path where the folder where the zip files should be downloaded to, if no file extension is specified the file will downloaded with default filename
-sourceDirs
Which folders and files should be included, defaults to all "/"
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Written by Jaap Brasser for community usage Twitter: @jaap_brasser GitHub: jaapbrasser
RELATED LINKS
Last updated