Suggestions for automated site backup

Discussion in 'Site & Server Administration' started by JustWorth, Apr 7, 2008.

  1. #1
    Hi

    I run a few sites on shared hosting (Cpanel based mostly, a few directadmin), multiple shared hosts.

    Would like to automate the backup process - have a complete site backup including the databases backed up on a weekly / monthly basis.

    Looking for suggestions of scripts / products that can do this for me; free or low cost (Less than $100 one time cost).

    thanks
     
    JustWorth, Apr 7, 2008 IP
  2. jtpratt

    jtpratt Well-Known Member

    Messages:
    170
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #2
    what are you running? If you're using Wordpress there are some plugins that will auto-backup for you, a lot of other blogging platforms have something for that too. Are you running blogging software, a CMS, or something else?
     
    jtpratt, Apr 7, 2008 IP
  3. the_wanderer

    the_wanderer Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The easy way is to use cron and rsync with ssh keys.

    You can easily create a daily backup job that will rsync whatver you like to a remote server. Databases should be dumped first (this can also be done with cron or a shell script).

    Google rsync and backup.

    As long as you have access to another server via ssh this can be accomplished quite easily. And its FREE. :D
     
    the_wanderer, Apr 8, 2008 IP
  4. JustWorth

    JustWorth Peon

    Messages:
    98
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Some Wordpress, a couple of article sites (article dashboard), PHPLD, some plain HTML...

    I'm not a techie, rsync and cron scare me off :) - would prefer either a webscript or a desktop software that I can use to automate this...
     
    JustWorth, Apr 8, 2008 IP