Re: No soft-links for scp?
- From: Paul E Condon <pecondon@xxxxxxxxxxxxxxxx>
- Date: Fri, 27 Feb 2009 00:18:18 -0700
On 2009-02-27_08:50:25, Dotan Cohen wrote:
Hey,
Ah, in that case then the `sshfs mount && cp -sR` idea is probably going
to work best.
Exactly what I wound up doing, and it works great. The read / write
speed on the files is faster than with ssh through konqueror as well.
??If you don't want to get sshfs running then you could
also try generating the links on the server side then using scp/rsync to
get them. ??Something like:
me@server $ cd /tmp/links && cp -sR /path/to/dir ./ && rsync -a
/tmp/links/ me@laptop:~/links/`hostname`
I thought about doing that when I was reading the rsync manpage and I
saw that the -l option preserves symlinks. I did not test it, though.
sshfs is not at all difficult to get running. I got it working almost
trivially. First I had to learn how to use ssh. Then sshfs got working
before I ever confronted scp. sshfs is the way to go, unless the goal
has not been fully explained.
--
Paul E Condon
pecondon@xxxxxxxxxxxxxxxx
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- No soft-links for scp?
- From: Dotan Cohen
- Re: No soft-links for scp?
- From: Andrew McGlashan
- Re: No soft-links for scp?
- From: Dotan Cohen
- Re: No soft-links for scp?
- From: Owen Townend
- Re: No soft-links for scp?
- From: Dotan Cohen
- Re: No soft-links for scp?
- From: Owen Townend
- Re: No soft-links for scp?
- From: Dotan Cohen
- No soft-links for scp?
- Prev by Date: suspend to ram
- Next by Date: grub locked
- Previous by thread: Re: No soft-links for scp?
- Next by thread: Linux desktop without mouse acceleration. Is it possible?
- Index(es):
Relevant Pages
|