You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: public/Get-DbaDbBackupHistory.ps1
+9-6
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,10 @@ function Get-DbaDbBackupHistory {
31
31
If this switch is enabled, a large amount of information is returned, similar to what SQL Server itself returns.
32
32
33
33
.PARAMETERSince
34
-
Specifies a starting point for the search for backups. If a DateTime object is passed, that will be used. If a TimeSpan object is passed, that will be added to Get-Date and the resulting value will be used.
34
+
Specifies a starting point for the search for backups.
35
+
This is compared to the date stored in msdb, which gets stored in the timezone of the running SQL Server instance.
36
+
If a DateTime object is passed, that will be used.
37
+
If a TimeSpan object is passed, that will be added to Get-Date and the resulting value will be used.
35
38
36
39
.PARAMETERRecoveryFork
37
40
Specifies the Recovery Fork you want backup history for.
@@ -100,7 +103,7 @@ function Get-DbaDbBackupHistory {
100
103
Does the same as above but connect to SqlInstance2014a as SQL user "sqladmin"
0 commit comments