Skip to content

Commit 809dc05

Browse files
authored
Update New-WBFileSpec.md
updated 2016 version of the document
1 parent 6fb4e7b commit 809dc05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2016-ps/windowsserverbackup/New-WBFileSpec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ PS C:\> $Filespec = New-WBFileSpec -FileSpec "C:\Sample\1.jpg"
4141

4242
This 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
```
4646
PS C:\> $Filespec = New-WBFileSpec -FileSpec "C:\Sample"
4747
```
4848

4949
This command creates a file specification and adds the contents of the C:\Sample folder to it.
5050
Because 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
```
5454
PS C:\> $Filespec = New-WBFileSpec -FileSpec "C:\Sample" -NonRecursive
5555
```

0 commit comments

Comments
 (0)