Results 1 to 6 of 6

Thread: Copy Directory

  1. #1
    Join Date
    Aug 2013
    Posts
    82

    Copy Directory

    I need to copy a directory to a another server. I will pay 10 USD. Payment after completing the job.
    Last edited by vimansani; 11-28-2013 at 06:52 AM.

  2. #2
    Join Date
    Apr 2007
    Location
    Everywhere
    Posts
    273
    You can use scp or rsync to achieve this.

  3. #3
    Join Date
    Jul 2012
    Location
    Bangalore - India
    Posts
    24
    If you still need help on this , we can do it in the provided budget .Do contact us at skype: fastserversupport.com or email : sales@fastserversupport.com .

  4. #4
    Join Date
    May 2013
    Location
    Amsterdam
    Posts
    11
    Use rsync:

    Code:
    rsync -avh /tmp/foo/ root@host2:/tmp/bar
    NixDevs : http://www.nixdevs.com
    { We maintain, optimize, secure your Linux Servers so you can focus on your own work }

    For the WHT customers we have a special 20% discount coupon code: 22dd456e0f7e03de8a81

  5. #5
    Join Date
    Sep 2013
    Location
    Chennai
    Posts
    11
    Hello,

    Just use scp command to transfer the directory.

    scp /directory root@secondserver:/
    And enter the server password you need to copy the directory to.

  6. #6
    Join Date
    Jun 2003
    Location
    World Wide Web
    Posts
    581
    Are you still looking for this to be done ?
    SupportExpertz.com - the name says it all!
    Managed Cloud Servers
    Server Management and Monitoring
    24x7 outsourced customer support

Similar Threads

  1. cPanel Copy account failed, twice - How to copy the other files manualy ?
    By ovisopa in forum Hosting Security and Technology
    Replies: 12
    Last Post: 01-27-2010, 02:54 PM
  2. Copy an account from another server via WHM - Cannot copy mysql database. ?
    By san-deep in forum Hosting Security and Technology
    Replies: 3
    Last Post: 10-09-2008, 04:56 AM
  3. How to copy an object variable (Copy. not reference)
    By grabmail in forum Programming Discussion
    Replies: 3
    Last Post: 04-28-2006, 12:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •