From 762c5736042994a4bdb73a29e5bb227aecf9f7f6 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 15 Dec 2024 21:16:17 +0000 Subject: [PATCH] rsync updates - online edit of handbook/computing/winlaptop.html [PosixPath('/home/philip/expo/expoweb/handbook/computing/winlaptop.html')] --- handbook/computing/winlaptop.html | 35 +++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/handbook/computing/winlaptop.html b/handbook/computing/winlaptop.html index 32d15b90e..9cfb0cefc 100644 --- a/handbook/computing/winlaptop.html +++ b/handbook/computing/winlaptop.html @@ -20,9 +20,10 @@

Unlike a Linux machine, on Windows there are two distinct levels of 'bulk update laptop' capability:

  1. Keys and key management, simple file transfer, scp, ftp -
  2. Synchronisation of entire file heirarchies: installation and use of rsync +
  3. Synchronisation of entire file heirarchies: installation and use of rsync
    + TLDR; While it can be done, just don't do this in Windows. It's too fiddly and prone to error. If you really want to synchronise a large file heirarchy, use a Linux machine.
-

Level 1 - Windows Bulk Update

+

Level 01 - Windows Bulk Update

-

Level 2 - Windows Bulk Synchronisation with rsync

+

Level 02 - Windows Bulk Synchronisation with rsync

-

When using Windows please, please +

TLDR just don't do this: please. +

When using Windows please, please

rsync is a Linux command-line application, so we need a terminal window to run it and a Windows client executable. -None of the packaged software (Filezilla, puTTY) includes a Windows rsync client. +None of the packaged software already documented (Filezilla, PuTTY) includes a Windows rsync client.

Windows comes with a terminal window (cmd.exe) so we 'just' need a native Windows rsync executable rsync.exe.