Say what?? :-)

O.K., loaded rsync.tzw extension, but I'm not sure what to do now. I'm
trying to sync two directories on my RPI mnt/Music to mnt/EXTbackup. I'm
using WINscp on my old XP machine. What am I looking for??

Sorry so oblivious..

Howard




Greg Erskine wrote: 
> I use WINscp's sync feature to sync between:
> 
> 1. Windows 10 USB drive (used for ripping and maintenance)
> 2. pCP LMS USB drive
> 3. pCP USB drive
> 
> Time is not an issue for me as I sleep 8 hours a day! :D
> 
> You will need to load rsync.tcz extension.
> 
> [Main Page] in [Advanced] mode > [Extensions]
> 
> Loading rsync.tcz will automatically load it's dependencies.
> 
> > 
Code:
--------------------
  >   > rsync  version 3.1.2  protocol version 31
  > Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
  > Web site: http://rsync.samba.org/
  > Capabilities:
  > 64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
  > socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
  > append, ACLs, xattrs, iconv, symtimes, prealloc
  > 
  > rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
  > are welcome to redistribute it under certain conditions.  See the GNU
  > General Public Licence for details.
  > 
  > rsync is a file transfer program capable of efficient remote update
  > via a fast differencing algorithm.
  > 
  > Usage: rsync [OPTION]... SRC [SRC]... DEST
  > or   rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
  > or   rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
  > or   rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
  > or   rsync [OPTION]... [USER@]HOST:SRC [DEST]
  > or   rsync [OPTION]... [USER@]HOST::SRC [DEST]
  > or   rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
  > The ':' usages connect via remote shell, while '::' & 'rsync://' usages 
connect
  > to an rsync daemon, and require SRC or DEST to start with a module name.
  > 
  > Use "rsync --daemon --help" to see the daemon-mode command-line options.
  > Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.
  > See http://rsync.samba.org/ for updates, bug reports, and answers
  > rsync error: syntax or usage error (code 1) at main.c(1551) [client=3.1.2]
--------------------
> >



Can I go home now?
------------------------------------------------------------------------
Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to