Commit Graph
54 Commits
Author SHA1 Message Date
Carl Johnsen d9d427e276 With the new parser, the options are no longer nullable 2025-02-07 09:08:38 +01:00
Carl Johnsen 83ddef691f Added more aliases to some of the options to mimic other commandline tools 2025-02-07 09:07:49 +01:00
Carl Johnsen edb9f53ea8 Added default value to the multitoken options 2025-02-07 09:07:11 +01:00
Carl Johnsen 53a3ca1996 Reordered options alphabetically 2025-02-07 09:06:54 +01:00
Carl Johnsen e1b9d8ec97 Changed argument parsing to use NamingConventionBinder for the optional arguments 2025-02-07 08:51:41 +01:00
Carl Johnsen ec4c0f80a4 Renaming should be with prefix, not suffix, as duplicati picks them up otherwise 2025-02-03 19:19:53 +01:00
Carl Johnsen 3b356446df Added more verbose logging 2025-02-03 13:58:30 +01:00
Carl Johnsen b5d53bb741 Found a progress print that wasn't properly guarded by the commandline option 2025-02-03 13:53:06 +01:00
Carl Johnsen 1d6774b5d3 Log file was being created incorrectly 2025-02-03 10:32:18 +01:00
Carl Johnsen 3cedaead78 Added additional help text to the multi token arguments 2025-02-03 10:06:02 +01:00
Carl Johnsen 0856483699 Added an option to only parse the commandline options 2025-02-03 09:11:35 +01:00
Carl Johnsen 7c7f58bdaf Added profiling logging 2025-02-03 08:38:37 +01:00
Carl Johnsen 686ab0338b Replaced a \n that should have been a \r 2025-02-03 08:38:18 +01:00
Carl Johnsen f2cd4f5641 Added docstrings to the global configuration class 2025-01-31 14:42:03 +01:00
Carl Johnsen 3b94cd8039 Split the verify option into two separate options 2025-01-31 14:40:09 +01:00
Carl Johnsen 94a19f9abc Added logging a status report towards the end of remote synchronization 2025-01-31 14:32:54 +01:00
Carl Johnsen 733e20d77c Added the progress option 2025-01-31 14:19:53 +01:00
Carl Johnsen 31f506c6a1 Moved configuration handling to use a global config class to simplify method signatures 2025-01-31 13:57:45 +01:00
Carl Johnsen 22252d48ab Implemented proper Duplicati logging in the remote synchronization tool 2025-01-30 13:23:48 +01:00
Carl Johnsen 40271166ee Push before changing machine 2025-01-30 07:12:36 +01:00
Carl Johnsen bf08084662 Added additonal TODOs 2025-01-30 06:54:25 +01:00
Carl Johnsen de9ebfa010 RenameAsync now calls the backends rename functionality, if it supports it. 2025-01-30 06:54:00 +01:00
Carl Johnsen 36f809460b Updated the Remote Synchronization tool to do proper logging. 2025-01-28 15:41:03 +01:00
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