Skip to content

Commit e485fe9

Browse files
authored
Update Backup_Reports.rss.vb
1 parent f5f7021 commit e485fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Miscellaneous/Scripts/Backup_Reports.rss.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Public Sub Main()
44
' Save file as .rss extension and run using rs.exe from command line.
55
' Reference: http://bhushan.extreme-advice.com/back-up-of-ssrs-reports-using-rs-utility/
66
' https://docs.microsoft.com/en-us/sql/reporting-services/tools/rs-exe-utility-ssrs?view=sql-server-2017
7-
' Example: rs -s http://localhost/reportserver -i D:\Scripts\Backup_Reports.rss -e Mgmt2010 -v backupFolder="D:\Scripts\BackupReports" -v parentFolder="/Salesforce"
7+
' Example: rs -s http://localhost/reportserver -i D:\Scripts\Backup_Reports.rss -e Mgmt2010 -v backupFolder="D:\Scripts\BackupReports" -v parentFolder="/YourReportFolder"
88
' rs -s http://localhost/reportserver -i D:\Scripts\Backup_Reports.rss -e Mgmt2010 -v backupFolder="D:\Scripts\BackupReports" -v parentFolder=""
99
'--------------------------------------------------------------------------------------------------------------------
1010
Try
@@ -49,4 +49,4 @@ Public Sub Main()
4949

5050
End Try
5151

52-
End Sub
52+
End Sub

0 commit comments

Comments
 (0)