Windows XP file backup

Discussion in 'Programming' started by Triexa, Jan 14, 2007.

  1. #1
    I am bad with keeping older versions of some of my work, and as a result I will sometimes make a stupid mistake, save it, and have no previous version to go to.

    Does anyone have a good backup system or use a tool that creates backups/version history of files?

    I can't believe I have already waited this long to find a solution... :(
     
    Triexa, Jan 14, 2007 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    If it's documents, why not use Google docs?
     
    frankcow, Jan 14, 2007 IP
  3. Triexa

    Triexa Active Member

    Messages:
    580
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Images, PHP scripts, javascript, other files...
     
    Triexa, Jan 14, 2007 IP
  4. vvoole

    vvoole Peon

    Messages:
    38
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    maybe it's better to get portable drive? (usb harddrive)
     
    vvoole, Jan 14, 2007 IP
  5. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #5
    Agreed..
    Buy a portable drive and make a backup over it.
     
    Richie_Ni, Jan 14, 2007 IP
  6. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Or just set up your own CVS / Subversion server locally?
     
    TwistMyArm, Jan 15, 2007 IP
  7. Triexa

    Triexa Active Member

    Messages:
    580
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #7
    Explain? :)
     
    Triexa, Jan 15, 2007 IP
  8. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #8
    CVS and Subversion are source control servers: you essentially 'check out' a file when you're about to change it then 'check in' that file after making the change. The source control server will basically keep track of the changes between each version allowing you to 'roll back' to a previous version.

    You could install one or the other (I'd recommend Subversion) on your computer then just do that...
     
    TwistMyArm, Jan 15, 2007 IP