Skip to content

Commit e70a10a

Browse files
authored
Merge pull request #53208 from tksh164/patch-10
Fix indentation
2 parents 3047eb1 + 3546f10 commit e70a10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-sync-files-deployment-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ By default, up to 64 snapshots can exist for a given volume, granted there is en
422422
In order to see if self-service restore compatibility is enabled, you can run the following cmdlet.
423423

424424
```powershell
425-
Get-StorageSyncSelfServiceRestore [[-Driveletter] <string>]
425+
Get-StorageSyncSelfServiceRestore [[-Driveletter] <string>]
426426
```
427427

428428
It will list all volumes on the server as well as the number of cloud tiering compatible days for each. This number is automatically calculated based on the maximum possible snapshots per volume and the default snapshot schedule. So by default, all previous versions presented to an information worker can be used to restore from. The same is true if you change the default schedule to take more snapshots.

0 commit comments

Comments
 (0)