Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

SCP and symbolic links
I use 'scp' to copy files from one server to another.

Looking deeper into the file structure it is obvious that symbolic
links are copied as files (i.e. they do not appear as links on the
destination side).

How can I solve this? Any alternative to scp?

Best regards,
Kenneth

Report this thread to moderator Post Follow-up to this message
Old Post
Kenneth Brun Nielsen
04-03-08 12:41 AM


Re: SCP and symbolic links
Kenneth Brun Nielsen wrote:

> I use 'scp' to copy files from one server to another.
>
> Looking deeper into the file structure it is obvious that symbolic
> links are copied as files (i.e. they do not appear as links on the
> destination side).
>
> How can I solve this? Any alternative to scp?

Well, my usual answer is: use rsync, which runs over ssh anyway.
Another option is to tar the data across the network, eg usually some
variation of (GNU tar)

tar -czvf - /src/dir | ssh remotehost "(cd /dst/dir ; tar -xzvf -)"

--
All the commands are tested with bash and GNU tools, so they may use
nonstandard features. I try to mention when something is nonstandard (if
I'm aware of that), but I may miss something. Corrections are welcome.

Report this thread to moderator Post Follow-up to this message
Old Post
pk
04-03-08 12:41 AM


Re: SCP and symbolic links
pk wrote:
> eg usually some variation of (GNU tar)
>
> tar -czvf - /src/dir | ssh remotehost "(cd /dst/dir ; tar -xzvf -)"

or

tar cv /src/dir | ssh remotehost tar xvC /dst/dir

--
Best regards  |  Monica Lewinsky's X-Boyfriend's
Cyrus         |  Wife for President

Report this thread to moderator Post Follow-up to this message
Old Post
Cyrus Kriticos
04-03-08 12:41 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Unix Shell Programming archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 12:47 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.