ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] rsync --remove-sent-files
@ 2005-10-08 16:48 Alexey Rusakov
  2005-10-08 17:37 ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Rusakov @ 2005-10-08 16:48 UTC (permalink / raw)
  To: ALT Devel discussion list

Доброго времени суток.

Попробовал воспользоваться ключиком --remove-sent-files у rsync. 
Буквально до вчерашнего дня всё замечательно работало. Сегодня получил 
следующее:

rsync: on remote machine: --remove-sent-files: unknown option
rsync error: syntax or usage error (code 1) at main.c(1091)
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(434)

Доктор, как это вылечить?

-- 
  Alexey "Ktirf" Rusakov


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] rsync --remove-sent-files
  2005-10-08 16:48 [devel] rsync --remove-sent-files Alexey Rusakov
@ 2005-10-08 17:37 ` Dmitry V. Levin
  2005-10-08 17:48   ` Alexey Rusakov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2005-10-08 17:37 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

On Sat, Oct 08, 2005 at 08:48:41PM +0400, Alexey Rusakov wrote:
> Доброго времени суток.
> 
> Попробовал воспользоваться ключиком --remove-sent-files у rsync. 
> Буквально до вчерашнего дня всё замечательно работало. Сегодня получил 
> следующее:
> 
> rsync: on remote machine: --remove-sent-files: unknown option
> rsync error: syntax or usage error (code 1) at main.c(1091)
> rsync: connection unexpectedly closed (0 bytes received so far) [sender]
> rsync error: error in rsync protocol data stream (code 12) at io.c(434)

Этот параметр впервые появился в rsync-2.6.4
(дата выпуска: 30 March 2005).

> Доктор, как это вылечить?

Спросите администратора удалённого сервера.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] rsync --remove-sent-files
  2005-10-08 17:37 ` Dmitry V. Levin
@ 2005-10-08 17:48   ` Alexey Rusakov
  2005-10-08 18:02     ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Rusakov @ 2005-10-08 17:48 UTC (permalink / raw)
  To: ALT Devel discussion list

Dmitry V. Levin wrote:

>Этот параметр впервые появился в rsync-2.6.4
>(дата выпуска: 30 March 2005).
>
>  
>
>>Доктор, как это вылечить?
>>    
>>
>
>Спросите администратора удалённого сервера.
>  
>
Та-ак, и кто же у нас администратор incoming?

-- 
  Alexey "Ktirf" Rusakov


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] rsync --remove-sent-files
  2005-10-08 17:48   ` Alexey Rusakov
@ 2005-10-08 18:02     ` Dmitry V. Levin
  2005-10-08 18:10       ` Alexey Rusakov
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2005-10-08 18:02 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

On Sat, Oct 08, 2005 at 09:48:57PM +0400, Alexey Rusakov wrote:
> Dmitry V. Levin wrote:
> 
> >Этот параметр впервые появился в rsync-2.6.4
> >(дата выпуска: 30 March 2005).
> >
> >>Доктор, как это вылечить?
> >
> >Спросите администратора удалённого сервера.
> >
> Та-ак, и кто же у нас администратор incoming?

,:) incoming обслуживает rsync-2.6.3-alt3 из updates к ALM2.4.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] rsync --remove-sent-files
  2005-10-08 18:02     ` Dmitry V. Levin
@ 2005-10-08 18:10       ` Alexey Rusakov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Rusakov @ 2005-10-08 18:10 UTC (permalink / raw)
  To: ALT Devel discussion list

Dmitry V. Levin wrote:

>On Sat, Oct 08, 2005 at 09:48:57PM +0400, Alexey Rusakov wrote:
>  
>
>>Dmitry V. Levin wrote:
>>    
>>
>>>Этот параметр впервые появился в rsync-2.6.4
>>>(дата выпуска: 30 March 2005).
>>>      
>>>
>>>>Доктор, как это вылечить?
>>>>        
>>>>
>>>Спросите администратора удалённого сервера.
>>>      
>>>
>>Та-ак, и кто же у нас администратор incoming?
>>    
>>
>
>,:) incoming обслуживает rsync-2.6.3-alt3 из updates к ALM2.4.
>  
>
Понятно. Интересно, как же оно вчера работало. Хотя скорее всего, я 
ошибся и с этой опцией в incoming не ходил.

-- 
  Alexey "Ktirf" Rusakov


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-08 18:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-08 16:48 [devel] rsync --remove-sent-files Alexey Rusakov
2005-10-08 17:37 ` Dmitry V. Levin
2005-10-08 17:48   ` Alexey Rusakov
2005-10-08 18:02     ` Dmitry V. Levin
2005-10-08 18:10       ` Alexey Rusakov

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git