copy folder to remote server

Broekman, Maarten Maarten.Broekman at FMR.COM
Mon Jul 21 14:25:24 UTC 2008


Use lowercase 'r' to recursively copy the directory.

Maarten Broekman
Email: maarten.broekman at fmr.com

-----Original Message-----
From: redhat-list-bounces at redhat.com
[mailto:redhat-list-bounces at redhat.com] On Behalf Of Mad Unix
Sent: Monday, July 21, 2008 10:23 AM
To: General Red Hat Linux discussion list
Subject: Re: copy folder to remote server

[root at intra /]# scp -R /tmp root at 10.6.40.80:/tmp/test
scp: illegal option -- R
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
           [-l limit] [-o ssh_option] [-P port] [-S program]
           [[user@]host1:]file1 [...] [[user@]host2:]file2


On Mon, Jul 21, 2008 at 4:14 PM, Paul M. Whitney <paul.whitney at mac.com>
wrote:

> You could just use: scp -R /usr/local/apache/htdocs userid at 1.2.3.4:
> /var/www/html/
>
> Paul
>
> -----Original Message-----
> From: redhat-list-bounces at redhat.com [mailto:
> redhat-list-bounces at redhat.com] On Behalf Of Mad Unix
> Sent: Monday, July 21, 2008 10:08 AM
> To: General Red Hat Linux discussion list
> Subject: copy folder to remote server
>
> I want to copy all the following files/folder/subfolders under
> /usr/local/apache/htdocs to a remote server within this directory
> /var/www/html/
> Am I correct with this command, or far away offff
>
> tar zcvf -  /usr/local/apache/htdocs | ssh root at 1.2.3.4 "cat >
> /var/www/html/htdocs.tar.gz"
>
> Thanks
> --
> Your search - madunix - did not match any documents.
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



-- 
Your search - madunix - did not match any documents.
-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list





More information about the redhat-list mailing list