ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] rsync
@ 2009-03-21 18:45 Vladimir Karpinsky
  2009-03-25 20:21 ` Vladimir Karpinsky
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Karpinsky @ 2009-03-21 18:45 UTC (permalink / raw)
  To: community

Здравствуйте!

Использую для регулярной синхронизации следующую команду:

rsync -rvz --stats --backup --backup-dir=backup ip::source target

После этого меняю скачанным файлам пользователя/группу и права на 
использование. После следующего вызова скрипта в каталоге backup появляются 
все закачанные файлы. Сравнение и анализ --stats показывают, что файлы те 
же самые, ничем не отличаются, и нет казалось бы повода их бэкапить. 
Вопросов примерно два:

1. По каким признакам rsync сравнивает файлы при бакапе, кроме размера и 
содержания?

2. Можно ли управлять этим процессом (объяснить rsync'у какие свойства 
файлов важны, а какие нет)?

-- 
	С уважением,
		Владимир.


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

* Re: [Comm] rsync
  2009-03-21 18:45 [Comm] rsync Vladimir Karpinsky
@ 2009-03-25 20:21 ` Vladimir Karpinsky
  2009-03-25 20:30   ` Vladimir Karpinsky
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Karpinsky @ 2009-03-25 20:21 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Можно ли подавить у rsync сообщение о невозможности подключения? -q не 
помогает:

rsync -aqz  --timeout=10  192.168.50.2::Data data/
rsync: failed to connect to 192.168.50.2: No route to host (113)
rsync error: error in socket IO (code 10) at clientserver.c(123) 
[receiver=3.0.2]

-- 
	С уважением,
		Владимир.


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

* Re: [Comm] rsync
  2009-03-25 20:21 ` Vladimir Karpinsky
@ 2009-03-25 20:30   ` Vladimir Karpinsky
  0 siblings, 0 replies; 3+ messages in thread
From: Vladimir Karpinsky @ 2009-03-25 20:30 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Vladimir Karpinsky пишет:
> Можно ли подавить у rsync сообщение о невозможности подключения? -q не 
> помогает:
> 
> rsync -aqz  --timeout=10  192.168.50.2::Data data/
> rsync: failed to connect to 192.168.50.2: No route to host (113)
> rsync error: error in socket IO (code 10) at clientserver.c(123) 
> [receiver=3.0.2]

Нашёл:

rsync -aqz  --timeout=10 --log-file=log 192.168.50.2::Data data/ 2> /dev/null

-- 
	С уважением,
		Владимир.


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

end of thread, other threads:[~2009-03-25 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-21 18:45 [Comm] rsync Vladimir Karpinsky
2009-03-25 20:21 ` Vladimir Karpinsky
2009-03-25 20:30   ` Vladimir Karpinsky

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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