View Single Post
Old 19 May 2021, 15:57   #2
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
There is a Readme in this: http://aminet.net/package/util/misc/rsync-2.5.5_bin

Or use the manpage of your linux installation if you don't know how to use. In short:
Code:
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.
daxb is offline  
 
Page generated in 0.13823 seconds with 11 queries