How often do you take backups?

Discussion in 'Managing Your Online Community' started by Sw0rd, Jul 22, 2009.

  1. Sw0rd

    Sw0rd Newcomer

    4
    0
    33
    How often do you take backups of your site?
     
  2. Dave

    Dave Regular Member

    164
    13
    104
    Around 4 times a day on our busiest ones..
     
  3. gnatster

    gnatster Regular Member

    717
    98
    134
    Once a day right now, as the site grows and I'm forced of shared hosting to a dedicated box the frequency will increase.
     
  4. Terror

    Terror Guest

    database once a day too, filesystem only after bigger changes.
     
  5. torque

    torque Regular Member

    735
    12
    104
    I do mine once a week as we are still in the early stages (after recovering from a hacking) but once we get back to where we were we will go into once a day.
     
  6. Soliloquy

    Soliloquy Regular Member

    2,402
    66
    494
    I have a backup made by shell script in the wee hours of the morning. Transferring that backup to my hard drive, however...
     
  7. kev

    kev Regular Member

    1,224
    61
    434
    On my main forum - database backup is done nightly - every night. A couple of times a month the database is downloaded to my home computer.

    On the other sites, database is backed up a couple of times a month or when changes are made to the site. Such as when updates are installed.

    Complete backup of the sites /html root to my home computer the is done every couple of months.

    Back ups are then backed up to either DVD or on my Seagate passport drive.

    At any given time I should have at least 2 or 3 copies of the database - on the server in the backup folder, on my home computer, and backed up on removable or portable disk.

    when I go on vacation I'll load a couple of the latest copies of the database on my passport drive. That way if my house burns down, I have copies. Copies of my kids pictures and family videos are also stored on the passport drive.
     
  8. Lynne

    Lynne Regular Member

    333
    32
    164
    Database for the live site - every day
    Database for the test site - once a week
    Attachment and other image directories are zipped once a week

    All files are rsynced to an offsite server every day - all files (site files and image files) and any backups that were made.
     
  9. Ryan

    Ryan Regular Member

    522
    58
    194
    I backup the forum about 5 times a week. I backup the site files if I do any changes to them.
     
  10. Dan

    Dan Future Proof

    368
    84
    394
    All my servers take a FULL backup 4 times daily. Very very useful.
     
  11. Nick

    Nick Regular Member

    7,441
    218
    458
    The database is automatically backed-up once per day. I manually backup the files every once in a blue moon (I know, it's a bad non-habit. I can't find any automatic solution to make it easier).
     
  12. Michael

    Michael Regular Member

    166
    35
    104
    We backup our DB's nightly automatically, all files once per day automatically and download a full backup with dbs etc once a week and store them on a rewritable CDR :)
     
  13. Chris

    Chris Regular Member

    5,422
    86
    434
    I have my servers take automatic backups on a nightly basis (stored on both secondary drives and remotely). I then take backups for each individual account, just to be safe.
     
  14. OneUpDave

    OneUpDave Guest

    I've never run a semi-busy forum, so most of mine are once a week for database, partial file backups before and after installing minor modifications, and full file backups for major mods or upgrades.

    I also do a full account backup of the one VPS I manage every single month, downloading it locally to my HDD. I need some blank DVDs, so I can do a few backup discs every month or two.
     
  15. Lynne

    Lynne Regular Member

    333
    32
    164
    I use a script that I posted over on vb.org to backup and zip all the attachments/avatars/etc - Cron job for Files Backup (attachments, avatars, etc.) I think cPanel (if that is what you use) also have a way to back up files.
     
    2 people like this.
  16. Blake

    Blake Regular Member

    151
    29
    164
    Is cPanel the best way you guys run your auto backups?
     
  17. Vekseid

    Vekseid Regular Member

    393
    13
    104
    Make a WinSCP script : )
     
  18. Vekseid

    Vekseid Regular Member

    393
    13
    104
    I believe control panels are tools of the devil. I just use crontab directly.
     
  19. Soliloquy

    Soliloquy Regular Member

    2,402
    66
    494
    Interesting. Does the scripting work with ftp as well as ssh? I don't have ssh access...
     
  20. kholusoft

    kholusoft Newcomer

    9
    0
    33
    Right now I am backing my database around once a week.
     

Share This Page