ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Alexander Blagin" <sandy@yaroslavl.ru>
To: <mandrake-russian@altlinux.ru>
Subject: [mdk-re] Re: [mdk-re] как слить Sisyphus с помощью rsync?
Date: Wed Dec  5 22:59:11 2001
Message-ID: <01a801c17dc6$a8a11490$4b860fd9@innet.yaroslavl.su> (raw)
In-Reply-To: <20011205222042.A7732@home-pool4-75.com2com.ru>

> Подскажите, пожалуйста, как слить 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/"); }
}

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





  reply	other threads:[~2001-12-05 22:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-05 22:21 Yura Zotov
2001-12-05 22:59 ` Alexander Blagin [this message]
2001-12-05 23:08 ` Vitaly Lipatov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='01a801c17dc6$a8a11490$4b860fd9@innet.yaroslavl.su' \
    --to=sandy@yaroslavl.ru \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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