ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] как слить Sisyphus с помощью rsync?
@ 2001-12-05 22:21 Yura Zotov
  2001-12-05 22:59 ` [mdk-re] " Alexander Blagin
  2001-12-05 23:08 ` Vitaly Lipatov
  0 siblings, 2 replies; 3+ messages in thread
From: Yura Zotov @ 2001-12-05 22:21 UTC (permalink / raw)
  To: Linux-Mandrake RE

Подскажите, пожалуйста, как слить Sisyphus с помощью rsync?
Просто напишите командную строку и все, а потом можно и слова.

Заранее спасибо за помощь.

--
Юрий А. Зотов



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

* [mdk-re] Re: [mdk-re] как слить Sisyphus с помощью rsync?
  2001-12-05 22:21 [mdk-re] как слить Sisyphus с помощью rsync? Yura Zotov
@ 2001-12-05 22:59 ` Alexander Blagin
  2001-12-05 23:08 ` Vitaly Lipatov
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Blagin @ 2001-12-05 22:59 UTC (permalink / raw)
  To: mandrake-russian

> Подскажите, пожалуйста, как слить Sisyphus с помощью rsync?
> Просто напишите командную строку и все, а потом можно и слова.

# !/usr/bin/perl

$RETVAL=1;
while ($RETVAL)
{
 $pid=fork;
 if (! defined $pid) { print "Can't fork!!\n"; exit; }
 if ($pid) { $out=wait; $RETVAL=$?; }
 else { exec
("rsync","-avP","--timeout=900","--progress","--delete-after","rsync://www.a
ltlinux.ru/ALTLinux/Sisyphus/i586/Mandrake/RPMS/","/var/ftp/pub/Linux/Sisyph
us/RPMS/"); }
}

ТАК пойдет
у меня работает и не жужит





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

* Re: [mdk-re] как слить Sisyphus с помощью  rsync?
  2001-12-05 22:21 [mdk-re] как слить Sisyphus с помощью rsync? Yura Zotov
  2001-12-05 22:59 ` [mdk-re] " Alexander Blagin
@ 2001-12-05 23:08 ` Vitaly Lipatov
  1 sibling, 0 replies; 3+ messages in thread
From: Vitaly Lipatov @ 2001-12-05 23:08 UTC (permalink / raw)
  To: mandrake-russian

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

On 5 December 2001 22:20, Yura Zotov wrote:
> Подскажите, пожалуйста, как слить Sisyphus с помощью rsync?
> Просто напишите командную строку и все, а потом можно и слова.
>
> Заранее спасибо за помощь.
Заказ прилагается. :)
-- 
Lav
Виталий Липатов
ФГУП "ЦНИИ Судовой Электротехники и Технологии", Санкт-Петербург
GNU! Linux! LaTeX! LyX!

[-- Attachment #2: rsyncSisyphus --]
[-- Type: text/plain, Size: 208 bytes --]

while true
do
	rsync --delete-after --partial --progress -avuzb --exclude-from=exclude.lst ftp.altlinux.ru::ALTLinux/Sisyphus/i586/Mandrake/RPMS /mnt/hda10/Sisyphus/
	echo Sleep 120 sec
	date
	sleep 120
done

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

end of thread, other threads:[~2001-12-05 23:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-05 22:21 [mdk-re] как слить Sisyphus с помощью rsync? Yura Zotov
2001-12-05 22:59 ` [mdk-re] " Alexander Blagin
2001-12-05 23:08 ` Vitaly Lipatov

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