in reply to How to sync a UNC path to a USB memory stick in Windows?
roboticus' instructions in how to copy & paste from a DOS command prompt should work flawlessly for you.*
While I have never used Rsync, I have seen many recommendations here on PM. These links may be helpful:
Rsync
Rsync mirroring howto and FAQ
Easy Automated Snapshot-Style Backups with Rsync
Personally, I heartily recommend WinZip and its command-line interface (download separately; registered version only IIRC). It's easy for non-tech heads and very portable.
HTH,
* Update: There is also a very nice little utility called, predictably, "Clipboard" which allows you to capture output from a DOS command prompt and copy it to the Windows Clipboard. The article may be found here: Print From Any Console Application, by Bill Wagner (a free, AFAIK, registration is required). If you go to Visual Studio Magazine and type vsep030228cs into the "Locator+ Code" field, you should be able to download the C# source as a .zip file. Usage is as follows:
Prompt> dir | clipboard -c
..copies to the clipboard.
Prompt> dir | clipboard -p
.. Prints the output
Prompt> dir | clipboard -c -p
Copies to the clipboard, and prints it.
|
|---|