- Mar 06, 2018
-
-
Niko Ehrenfeuchter authored
- config validation - reporting - log file upload - update-source folder structure - permissions Fixes #33
-
Niko Ehrenfeuchter authored
An exception would otherwise result in a silenced error as the output would be discarded.
-
- Mar 05, 2018
-
-
Niko Ehrenfeuchter authored
Fixes #30
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
They were accidentially removed in commit cf183560 believing they had been correctly moved by Visual Studio when refactoring the code and just forgotten in the directory hierarchy. Who could guess Windows is so ignorant when resolving paths?
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
* tray app * logging * windows versions * components + paths * development
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
In addition, this cleans up the config / status files copying using the new structure.
-
Niko Ehrenfeuchter authored
This is only useful if the package actually contains configuration files for the given host. If that's the case use the switch, otherwise a message about how to start it will be printed to the console.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
This has been superseded and is handled much smarter by the updater. Refers to #13
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Otherwise it will be missing when a grace cleanup email is being sent in the startup phase. Refers to #31
-
Niko Ehrenfeuchter authored
Refers to #31
-
Niko Ehrenfeuchter authored
Refers to #6, #25
-
- Mar 03, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Mar 02, 2018
-
-
Niko Ehrenfeuchter authored
Fixes #31
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Note that they are not included in the example configuration files as these settings can easily mess up everything and should only be adjusted with great care. The default settings are valid on Windows 7 and Server 2012 and were successfully tested on those versions. Fixes #11
-
Niko Ehrenfeuchter authored
This parameter has a different default setting with RoboCopy in the Server 2012 version: "DA" (data and attributes), compared to "T" (timestamps) on e.g. Windows 7. Forcing this setting to be the same for 2012 and 7 seems to fix the issue of files not being transferred. More testing is needed though! Refers to #11
-
Niko Ehrenfeuchter authored
Disabling attributes and owner settings. Refers to #11
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Try to move the corresponding transfer package out of the processing location to prevent it from being picked up again and producing the same problem again, move it to the error location instead and reset the transfer variables.
-
Niko Ehrenfeuchter authored
If a new directory is found in incoming but the move operation to processing failed for some reason, the timestamp and username directories (and potentially some partially moved data?) would remain in processing. To prevent confusion about those "incomplete" transfer candidates they are moved to the "ERROR" location.
-
Niko Ehrenfeuchter authored
Use a list to keep track of directories in the incoming directories that couldn't be moved to the processing location and ignore them until the service is restarted.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-