diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-21 15:12:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-21 15:12:58 +0000 |
commit | d04938890a3019b7ef7052b9d41f005e50f99905 (patch) | |
tree | c5560b1df6619f4ec634343cb842a48e0152cf1a /pod/urpmi.addmedia.8.pod | |
parent | 68a7a8346db9b784d5823d1d9d1cb5930a35ffc8 (diff) | |
download | urpmi-d04938890a3019b7ef7052b9d41f005e50f99905.tar urpmi-d04938890a3019b7ef7052b9d41f005e50f99905.tar.gz urpmi-d04938890a3019b7ef7052b9d41f005e50f99905.tar.bz2 urpmi-d04938890a3019b7ef7052b9d41f005e50f99905.tar.xz urpmi-d04938890a3019b7ef7052b9d41f005e50f99905.zip |
Update documentation for adding ssh media
Diffstat (limited to 'pod/urpmi.addmedia.8.pod')
-rw-r--r-- | pod/urpmi.addmedia.8.pod | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/pod/urpmi.addmedia.8.pod b/pod/urpmi.addmedia.8.pod index 89e35eee..1d237682 100644 --- a/pod/urpmi.addmedia.8.pod +++ b/pod/urpmi.addmedia.8.pod @@ -41,10 +41,12 @@ have to ensure that the B<passive_ftp> option is on in B</etc/wgetrc> =item B<urpmi.addmedia> [I<options>] <I<name>> ssh://<I<login>>@<I<host>>/<I<path>> [with <I<relative path of synthesis|hdlist>>] -The same as for http and ftp; add your login and password if required. It -is strongly recommended to export the public key in order not to have to -type your password all the time. B<scp> and B<rsync> will be used to get -files. Example: +The same as for http and ftp; add your login and password if required. You +may want to export the public key in order not to have to type your +password. rsync over an ssh connection will be used to get files. urpmi +will try to re-use the same ssh connection over multiple invocations. + +Example: urpmi.addmedia -h ssh ssh://fpons@bi/c/i586/media/main @@ -94,6 +96,8 @@ Specify additional command-line options to be passed to curl, rsync or wget when retrieving files. If several options are to be passed, separate them with spaces and enclose them in quotes. +Note that the rsync options will also be used for ssh media. + =item B<--limit-rate I<rate>> Try to limit the download speed, I<rate> is given in bytes/sec. This option |