Differences
This shows you the differences between the selected revisions of the page.
| 2016-03-02 | 2016-03-31 | ||
| exit the batch file only (martin) | unneeded semicolon in powershell (martin) | ||
| Line 164: | Line 164: | ||
| $session.Open($sessionOptions) | $session.Open($sessionOptions) | ||
| - | $backupPath = "/home/user/backup/$env:WEBJOBS_RUN_ID"; | + | $backupPath = "/home/user/backup/$env:WEBJOBS_RUN_ID" |
| $session.CreateDirectory($backupPath) | $session.CreateDirectory($backupPath) | ||