File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docset/winserver2016-ps/windowsserverbackup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ PS C:\> $Filespec = New-WBFileSpec -FileSpec "C:\Sample\1.jpg"
4141
4242This command creates a file specification and adds the file named C:\Sample\1.jpg to it.
4343
44- ### Example 2: Add a volume recursively to a backup file specification
44+ ### Example 2: Add a folder recursively to a backup file specification
4545```
4646PS C:\> $Filespec = New-WBFileSpec -FileSpec "C:\Sample"
4747```
4848
4949This command creates a file specification and adds the contents of the C:\Sample folder to it.
5050Because the cmdlet does not include the * NonRecursive* parameter, the backup includes the contents of this folder and its subfolders.
5151
52- ### Example 3: Add a volume nonrecursively to a backup file specification
52+ ### Example 3: Add a folder nonrecursively to a backup file specification
5353```
5454PS C:\> $Filespec = New-WBFileSpec -FileSpec "C:\Sample" -NonRecursive
5555```
You can’t perform that action at this time.
0 commit comments