Differences
This shows you the differences between the selected revisions of the page.
| 2016-04-29 | 2016-09-19 | ||
| error: prefix (martin) | limitation of the simple script (martin) | ||
| Line 94: | Line 94: | ||
| exit /b 1 | exit /b 1 | ||
| </code> | </code> | ||
| + | |||
| + | Contrary to the PowerShell script above, this solution is not transactionally safe. If new files appear in the local folder between times the upload starts and the archiving/moving starts, the new files will not get uploaded. For this reason, prefer using the PowerShell script. | ||
| ===== Further Reading ===== | ===== Further Reading ===== | ||