Close

Results 1 to 16 of 16

Thread: Backup software

  1. #1
    DF VIP Member BBK's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    12,422
    Thanks
    234
    Thanked:        128
    Karma Level
    1084

    Question Backup software

    Anyone got a recommendation for backup software? I'm running Vista and just got a new external 1Tb drive that I would like to have running on a nightly schedule to backup up my work folders. Ideally I'd like something that could automatically backup mysql databases even if they are open, and for it to be able to backup files from a small home network. Networking really isn't my cup of tea, so it has to be a piece of piss to setup!

  2. #2
    DF VIP Member
    willp2003's Avatar
    Join Date
    Aug 2005
    Location
    my place
    Posts
    3,794
    Thanks
    7
    Thanked:        16
    Karma Level
    522

    Default Re: Backup software


  3. #3
    DF VIP Member BBK's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    12,422
    Thanks
    234
    Thanked:        128
    Karma Level
    1084

    Default Re: Backup software

    Does that backup open mysql databases? I know I can get to the files on the drive but I thought there was an issue with databases actually being in use?

  4. #4
    DF VIP Member
    willp2003's Avatar
    Join Date
    Aug 2005
    Location
    my place
    Posts
    3,794
    Thanks
    7
    Thanked:        16
    Karma Level
    522

    Default Re: Backup software

    take tombott off your ignore list, and he may help you out

    I have no idea LOL

  5. #5
    DF VIP Member BBK's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    12,422
    Thanks
    234
    Thanked:        128
    Karma Level
    1084

    Default Re: Backup software

    OK, well to prove that I'm not an arsehole who holds grudges (and will whore himself for favours) 'tis done. Very willing to here your advice tom, this is one area where I really am a dunce.

  6. #6
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Backup software

    The software won't work with Vista Home Basic or Windows Vista Home Premium, so if your using those then you'll need something else.

    With regards to your mysql DB's I would use batch file to stop the service, copy the data then restart the service.
    This could be run via Scheduled task

    What OS is MySQL running on?
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  7. #7
    DF VIP Member BBK's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    12,422
    Thanks
    234
    Thanked:        128
    Karma Level
    1084

    Default Re: Backup software

    Many thanks Tom

    MySQL is just running on my Vista laptop. I swap between 4 & 5, but I know the locations of the physical files, but more through luck than judgement.

    I started running through the tutorial, so discovered I do have the correct version of Vista, so thanks for that tutorial.

    As for batch files - christ, I haven't written a batch file for 20 years, and I only know my way around mysql via phpmyadmin.

  8. #8
    DF VIP Member
    liveseytowers's Avatar
    Join Date
    Aug 2007
    Location
    Bristol, Unite
    Posts
    7,756
    Thanks
    495
    Thanked:        251
    Karma Level
    644

    Default Re: Backup software

    Quote Originally Posted by willp2003 View Post
    I thought that was a taking the piss url!

  9. #9
    DF VIP Member BBK's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    12,422
    Thanks
    234
    Thanked:        128
    Karma Level
    1084

    Default Re: Backup software

    Quote Originally Posted by liveseytowers View Post
    I thought that was a taking the piss url!
    Its a bloody good one for me! I've been working for a large corporate for the past 8 years, and all this shit was done for me - now I'm out on my own this is exactly the kind of link I need

  10. #10
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Backup software

    There are a number of pay for products out there that will do this for you.

    http://recipe-database-mysql.qarchive.org/

    I'm not 100% up to speed with Mysql under Windows (I use Linux for MySql) but I presume its controlled via a service.

    If you can find out the service name then doing a batch file would be fairly straight forward.
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  11. #11
    DF VIP Member BBK's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    12,422
    Thanks
    234
    Thanked:        128
    Karma Level
    1084

    Default Re: Backup software

    I have a service called wampsqld, looks favourite. I'll have to look more into the mysql ones, but I do think stopping the service and just grabbing the files is all I need right now, as I have them all online anyway for clients (this is just my development setup).

    Thanks for the link btw, backing up all my other crap now.

  12. #12
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Backup software

    No worries, I think your right as well just stopping the services copying data and starting the services should do the trick.

    Let us know if you need and help writing the batch file.
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  13. #13
    DF VIP Member BBK's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    12,422
    Thanks
    234
    Thanked:        128
    Karma Level
    1084

    Default Re: Backup software

    Quote Originally Posted by tombott View Post
    No worries, I think your right as well just stopping the services copying data and starting the services should do the trick.

    Let us know if you need and help writing the batch file.
    I may take you up on that, but I'm going to have a stab first I think, have to learn somehow. Thanks.

  14. #14
    DF VIP Member
    tombott's Avatar
    Join Date
    Oct 2002
    Location
    Hereford
    Posts
    5,697
    Thanks
    507
    Thanked:        571
    Karma Level
    723

    Default Re: Backup software

    Check out Robocopy, free download from MS.

    Like xcopy but with load more options, you can get it to write out to a log file, watch directories for changes etc and ll from the CLI
    Digital-Forums IRC Last.FM duckduckgo
    Guns don't kill people rappers do, I'm a fucking rapper and I might kill you.

  15. #15
    DF VIP Member
    unclex's Avatar
    Join Date
    Nov 2000
    Location
    MARS
    Posts
    2,070
    Thanks
    18
    Thanked:        38
    Karma Level
    401

    Default Re: Backup software

    http://www.2brightsparks.com/

    Great bit of kit and they do a free version
    Have Fun.





    U.N.C.L.E. X

    More UNCLEX than last week but less next :woot:

  16. #16
    DF VIP Member Mr.James's Avatar
    Join Date
    Nov 2000
    Location
    town
    Posts
    4,264
    Thanks
    233
    Thanked:        408
    Karma Level
    576

    Default Re: Backup software

    Quote Originally Posted by willp2003 View Post
    Good post.

    That link will backup all your data without the need to start/stop your sql databases.

Similar Threads

  1. GBC backup carts - software and XP
    By BlackBeard in forum Old Skool Gaming & Retro
    Replies: 2
    Last Post: 15th October 2002, 08:36 PM
  2. 6210 Software Update...??
    By gunner in forum Unlocking Questions & Solutions
    Replies: 20
    Last Post: 6th October 2002, 09:33 AM
  3. sky software
    By williamh in forum Digital Satellite TV
    Replies: 5
    Last Post: 3rd September 2002, 06:03 PM

Social Networking 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
  •