Created
August 1, 2013 10:13
-
-
Save HowardvanRooijen/6130133 to your computer and use it in GitHub Desktop.
Execute-TeamCityBackup.ps1 Fragment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$server = "http://YOUR_SERVER" | |
$addTimestamp = $true | |
$includeConfigs = $true | |
$includeDatabase = $true | |
$includeBuildLogs = $true | |
$includePersonalChanges = $true | |
$fileName = "TeamCity_Backup_" | |
$username = "USERNAME" # Must be a TeamCity Admin | |
$password = "PASSWORD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment