Manually Backing up Secret Server
To back up your Secret Server installation:
-
Navigate to the directory where Secret Server is installed.
-
Copy the folder (holding the application) to your back up location.
-
Open your SQL Server Management Studio.
-
Right click the database your Secret Server is running on, and select Tasks > Backup.
-
Click the Add button. You will be prompted to enter a file path.
-
Make sure SQL Server has permissions for this location.
-
Copy the resulting database backup file to your backup location.
osql -S myserver\SQLEXPRESS -E - Q "BACKUP DATABASE SECRETSERVER TO DISK = 'c:\backup\ss.bak'
.