Differences
This shows you the differences between the selected revisions of the page.
| 2012-02-18 | 2012-02-18 | ||
| correcting object initializer syntax (martin) | duplicate local backup (martin) | ||
| Line 97: | Line 97: | ||
| Console.WriteLine( | Console.WriteLine( | ||
| "File {0} as well as local backup {1} exist, " + | "File {0} as well as local backup {1} exist, " + | ||
| - | "but remote file is not newer ({2}) than local backup local backup ({3})", | + | "but remote file is not newer ({2}) than local backup ({3})", |
| remotePath, localPath, remoteWriteTime, localWriteTime); | remotePath, localPath, remoteWriteTime, localWriteTime); | ||
| download = false; | download = false; | ||
| Line 183: | Line 183: | ||
| Console.WriteLine( _ | Console.WriteLine( _ | ||
| "File {0} as well as local backup {1} exist, " & _ | "File {0} as well as local backup {1} exist, " & _ | ||
| - | "but remote file is not newer ({2}) than local backup local backup ({3})", _ | + | "but remote file is not newer ({2}) than local backup ({3})", _ |
| remotePath, localPath, remoteWriteTime, localWriteTime) | remotePath, localPath, remoteWriteTime, localWriteTime) | ||
| download = False | download = False | ||