What is the best way to backup a large website?

Discussion in 'Web Hosting' started by applehost, Oct 9, 2012.

  1. #1
    ay like a 100 gigs. Something fast and cheap. Is there something that can be used on my computer maybe?

    I have very little ssh knowledge so I would prefer something simple but I can get someone to do the work for me if need be.
     
    applehost, Oct 9, 2012 IP
  2. backupgreen

    backupgreen Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Does it run cpanel or DA? Then you may need a remote backup script account which supports SFTP and SSH.
    You can rsync data between 2 servers with minimum server load.
     
    backupgreen, Oct 9, 2012 IP
  3. SolidShellSecurity

    SolidShellSecurity Banned

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #3
    rsync will be your best bet. If not a direct FTP to FTP connection could work too.
     
    SolidShellSecurity, Oct 10, 2012 IP
  4. WSWD

    WSWD Well-Known Member

    Messages:
    1,420
    Likes Received:
    65
    Best Answers:
    1
    Trophy Points:
    175
    #4
    It all depends on where you are trying to put the backup. If you are trying to transfer the data to another server, rsync is going to be the best option, as has already been mentioned.

    If you are trying to transfer it to your computer at home, it's going to be slow regardless, due to the speed of your Internet connection. In that case, just gzip the heck out of the stuff, compress it as much as you can, and wait out the slow download.
     
    WSWD, Oct 10, 2012 IP
  5. digital-man

    digital-man Greenhorn

    Messages:
    120
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #5
    In such case i use a software named "HTTRACK" .. You can try it :)
     
    digital-man, Oct 10, 2012 IP
  6. PromptSpace-Kushal

    PromptSpace-Kushal Member

    Messages:
    169
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    40
    #6
    HTTrack is more of a website ripper than backup. Infact it is not a backup software at all. How do you use it for backup? Unless you have a fully static HTML website.
     
    PromptSpace-Kushal, Oct 11, 2012 IP
  7. miketyson1

    miketyson1 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hi guys thanks for all your replies. I am also wondering how to do backup in web hosting. Is it can be done via host provider or there is some option out there.
     
    miketyson1, Oct 12, 2012 IP
  8. Cybercon

    Cybercon Active Member

    Messages:
    103
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    88
    #8
    Do you want to backup to a local drive, or do you want to backup to a remote site or a home computer?
    You will need to use different software due to different bandwidth limits.

    If you want to backup to a local disk and you have a UNIX server, you can use rsync.
    If you want to backup to a remote site, you may want to use a control panel such as cPanel or DirectAdmin to only backup user data to reduce bandwidth consumption and improve the speed.
     
    Cybercon, Oct 13, 2012 IP
  9. autologin

    autologin Member

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #9
    Last edited: Oct 13, 2012
    autologin, Oct 13, 2012 IP
  10. Eve_Unbound

    Eve_Unbound Member

    Messages:
    35
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #10
    Is it a static site or one with a database?

    If it doesn't have a database:
    Just FTP in, and back up/copy onto a local hard drive.

    If it has a database, do the above, plus, use PHPmyadmin to backup the database.
     
    Eve_Unbound, Oct 13, 2012 IP
  11. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #11
    Use a premium service like Amazon Simple Storage Service (Amazon S3) and stay tension free.
     
    BrandDoctor, Oct 25, 2012 IP
  12. mastjaat

    mastjaat Member

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #12
    we are provide the best way for backup through cpanel.................
     
    mastjaat, Oct 29, 2012 IP
  13. Slokix

    Slokix Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    3
    #13
    Hi, there's nothing more simple than Cron tasks to do that.
    You just have to add two cron tasks in Cpanel (one for the database and one for your file system).

    Then you'll get two ZIP files. You can store them on your server (private folder of course) if you have enough free space, manually download them or schedule another Cron job to automate an FTP transfer for example.

    Here is a tutorial on how to perform automated backup of your website with cron tasks

    Hope it will be useful for you or any other reader.

    Applehost, i think this is fast and cheap, as you asked for ...

    Regards

    PS : Compared to solution based on rsync : i think zipping all data and transfering one single file is more reliable compared to a remote file synchronisation. (takes time, many connection problem can occur, difficult to restart if something was wrong during the process.
     
    Slokix, Dec 12, 2012 IP
  14. dumindushalika

    dumindushalika Notable Member

    Messages:
    1,885
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    240
    #14
    Does Amazon S3 allow to back up web sites? I mean use that Amazon S3 as a back up service?
    Me too need a good solution to back up my sites on a remote server instead of the local PC which is very annoying to back up and restore a large amount of web files and MyQSL databases.
     
    dumindushalika, Dec 12, 2012 IP