Closed Thread
Results 1 to 3 of 3

Thread: Recursive FTP - alternative to RSYNC

  1. #1
    Join Date
    Jun 2010
    Location
    USA
    Posts
    579
    Blog Entries
    6
    Rep Power
    20

    Recursive FTP - alternative to RSYNC

    For the last 2 weeks, I have been trying to find a good tool to move a massive amount of PDFs (180K files, 40GB+) from one server (GoDaddy shared hosting w/ SSH) to another (Linode). For some reason, the GoDaddy account doesn't allow me to use RSYNC for this. Well, actually, it would allow me to start the RSYNC, but it would then dismount the drive in the middle of the run. I tried multiple ways but could not get it to work.

    I then tried to upload the files from my home machine (via DSL) to the Linode. As you can see from Speedtest.net (I GO FAST!), that didn't work out. I was only able to move 400 files (out of 180k) before giving up. I really miss my Verizon FiOS speed!!

    Then, this past weekend, I decided to try again. After doing some more research, I found this link, which has a well written script on how to do a recursive FTP. It's not prefect, but so far, it's moved 22GB without any problems. I am seeing some errors and restarting is a bit cumbersome, but this is still a pretty neat tool.

    Recursive FTP -- here at last. - The UNIX and Linux Forums
    Wrap [Code] tags when posting code by click on
    Before posting your question, did you look here?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    DEViANT's Avatar
    DEViANT is offline Programming Expert
    Join Date
    Aug 2010
    Location
    South Africa
    Posts
    359
    Blog Entries
    4
    Rep Power
    8

    Re: Recursive FTP - alternative to RSYNC

    Great post. I've been using scp -r to do most of my copying work but wanted to look into RSYNC for some projects. Think I'll give this recursive FTP script a look before doing so then.
    You should rep+ me so that I can win
    My Blog | Ask me!
    Error : Satan did it

  4. #3
    Join Date
    Jun 2010
    Location
    USA
    Posts
    579
    Blog Entries
    6
    Rep Power
    20

    Re: Recursive FTP - alternative to RSYNC

    Just a note of caution, the script did break ~30GB into the transfer. I haven't figured out why. It might be that the transfer has too many files (~180K files).
    Good luck!
    Wrap [Code] tags when posting code by click on
    Before posting your question, did you look here?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Does anyone here use alternative web browsers?
    By DarkLordofthePenguins in forum Technology Ramble
    Replies: 5
    Last Post: 10-14-2010, 07:44 PM
  2. LogicWorks alternative
    By yamman13 in forum The Lounge
    Replies: 3
    Last Post: 10-14-2010, 10:14 AM
  3. Alternative to PHP
    By LukeyJ in forum General Programming
    Replies: 4
    Last Post: 08-02-2009, 01:12 PM
  4. Enable rsync
    By ptt3 in forum Linux Installation & Configuration
    Replies: 0
    Last Post: 03-24-2008, 07:25 AM
  5. Alternative of Mid
    By Johnnio in forum C# Programming
    Replies: 2
    Last Post: 08-16-2007, 08:10 AM

Tags for this Thread

Bookmarks

Posting Permissions

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