Commit Graph
31 Commits
Author SHA1 Message Date
Carl Johnsen ba4a67a9ea Add docstrings in the Remote Synchronization tool 2025-01-28 15:17:26 +01:00
Carl Johnsen 97b6ed88b6 More descriptive wording in descriptions. 2025-01-28 15:06:42 +01:00
Carl Johnsen dd6e250087 Verification should be before copy, as it verifies the files that are already there. 2025-01-28 15:06:17 +01:00
Carl Johnsen 186a1659db Add global options to the Remote Synchronization tool 2025-01-28 14:47:46 +01:00
Carl Johnsen 3d194e8da5 Reworded confirm commandline option description 2025-01-28 14:39:29 +01:00
Carl Johnsen ae94cc6a73 Remote synchronization flavortext 2025-01-28 14:31:40 +01:00
Carl Johnsen 1c8985b7e9 Add confirmation option to Remote Synchronization Tool 2025-01-28 14:31:20 +01:00
Carl Johnsen 2c727ab132 Add retention option to Remote Synchronization Tool 2025-01-28 14:23:00 +01:00
Carl Johnsen ae58d65de3 Add force option to Remote Synchronization Tool 2025-01-28 13:25:51 +01:00
Carl Johnsen bcdc9f0af8 Add retry option to Remote Synchronization Tool 2025-01-28 11:23:16 +01:00
Carl Johnsen 5939f033a6 Set default values for dry run and verify options 2025-01-28 11:18:32 +01:00
Carl Johnsen f169e145f4 Add verify option to Remote Synchronization Tool for post-copy validation 2025-01-28 11:17:59 +01:00
Carl Johnsen 2df0710d7e Added the capability to forward multiple tokens to an option 2025-01-28 09:48:51 +01:00
Carl Johnsen 6993969dde Implement dry run option in the Remote Synchronization Tool 2025-01-27 21:26:06 +01:00
Carl Johnsen b025c9af01 Added passing all of the commandline options to the inner run method 2025-01-27 21:25:18 +01:00
Carl Johnsen 3c62fb7e39 Preliminary rsync tool test implemented. 2025-01-27 09:53:48 +01:00
Carl Johnsen 42d54a47f7 Formatting 2025-01-27 08:37:32 +01:00
Carl Johnsen 4e5282ccfd After a rename, the original file should be deleted. 2025-01-27 08:35:48 +01:00
Carl Johnsen 54736ff449 Remove redundant System. 2025-01-27 08:34:58 +01:00
Carl Johnsen 0e291bbeab Reuse memorystream when applicable 2025-01-27 08:34:41 +01:00
Carl Johnsen 71376b156f Changed to use async when available 2025-01-27 08:30:12 +01:00
Carl Johnsen f64d090fda Added preliminary commandline argument parsing to remote synchronization 2025-01-22 09:37:28 +01:00
Carl Johnsen af69436a1e Added preliminary unittest for the remote synchronization tool 2025-01-22 06:10:43 +01:00
Carl Johnsen a2b13b1805 Add copyright notice and licensing to the remote synchronization tool 2025-01-21 15:22:04 +01:00
Carl Johnsen ce3583c388 Add additional TODO comments for future enhancements 2025-01-21 15:18:32 +01:00
Carl Johnsen d97e9073f4 Add rename functionality to remote synchronization tool 2025-01-21 15:16:59 +01:00
Carl Johnsen 3d93c4885b Implement file deletion functionality in remote synchronization tool 2025-01-21 15:16:42 +01:00
Carl Johnsen 7b64f0da92 Added functions for verifying the file list 2025-01-21 15:14:50 +01:00
Carl Johnsen fcb41ebec9 Added TODO comments in the rsync tool 2025-01-20 07:58:39 +01:00
Carl Johnsen 85833a2ff5 Added a copy function to the rsync tool 2025-01-20 07:58:21 +01:00
Carl Johnsen d3f6bd4b2b Added preliminary remote sync tool 2025-01-17 08:57:02 +01:00