rsync (1)
RSYNC - Man Page
Submitted by btilma on Sat, 01/24/2009 - 15:01.
Section: (1)
Updated: 29 Jun 2008
Updated: 29 Jun 2008
NAME
rsync --- a fast, versatile, remote (and local) file-copying toolSYNOPSIS
Local: rsync [OPTION...] SRC... [DEST]
Access via remote shell:
Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST]
Push: rsync [OPTION...] SRC... [USER@]HOST:DEST
Access via rsync daemon:
Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST]
rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST]
Push: rsync [OPTION...] SRC...- Read more
- 48 reads


