Показать сообщение отдельно

  #4  
Старый 18.12.2009, 22:14
lo0
Участник форума
Регистрация: 06.03.2006
Сообщений: 122
С нами: 10621225

Репутация: 72
По умолчанию

man rsync

Цитата:
Сообщение от части man'a  
rsync(1) rsync(1)



NAME
rsync -- a fast, versatile, remote (and local) file-copying tool

SYNOPSIS
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... [USER@]HOST::DEST
rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST


Usages with just one SRC arg and no DEST arg will list the source files
instead of copying.

Последний раз редактировалось lo0; 18.12.2009 в 22:16..
 
Ответить с цитированием