Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] scp or sftp from another local machine in GENTOO_MIRRORS?
Date: Mon, 19 Sep 2005 04:15:40
Message-Id: 20050919040701.GA4290@waltdnes.org
In Reply to: [gentoo-user] scp or sftp from another local machine in GENTOO_MIRRORS? by Walter Dnes
1 On Sun, Sep 18, 2005 at 04:03:46PM -0400, Walter Dnes wrote
2
3 > I update m3000 first and then m450. Any necessary tarballs/checksums
4 > will end up in m3000's /usr/portage/distfiles directory. I've already
5 > got ssh via key authorization going between the two machines, so they
6 > can back up each other. I turn on m450 once a week to emerge --sync and
7 > update it. I'd like the first mirror choice to be scp or sftp from m3000
8 > (or 192.168.123.252 if that's easier). Can it be done, and if so, what
9 > is the syntax?
10
11 Yes, I'm talking to myself. I was trying to do it "the hard way", but
12 the answer is so simple that I missed it. Forget "GENTOO_MIRRORS". I
13 simply need a one-liner...
14
15 scp waltdnes@m3000:/usr/portage/distfiles/* /usr/portage/distfiles/
16
17 ...copies over all the necessary tarballs/checksums.
18
19 --
20 Walter Dnes <waltdnes@××××××××.org>
21 My musings on technology and security at http://tech_sec.blog.ca
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] scp or sftp from another local machine in GENTOO_MIRRORS? Mark Shields <laebshade@×××××.com>