Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. How do you back-up?

How do you back-up?

Scheduled Pinned Locked Moved The Lounge
comtoolsquestion
37 Posts 22 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Michael P Butler
    wrote on last edited by
    #1

    How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

    M S J L R 18 Replies Last reply
    0
    • M Michael P Butler

      How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

      M Offline
      M Offline
      Mohammad Mir mostafa
      wrote on last edited by
      #2

      I'm in a team-work, so I use Visual SourceSafe. It backs up and enables versioning on my codes. So I have a back up, history and somewhere to rollback whenever an error occurs.

      M M 2 Replies Last reply
      0
      • M Michael P Butler

        How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

        S Offline
        S Offline
        S Douglas
        wrote on last edited by
        #3

        Michael P Butler wrote:

        How do you back-up your source-code and other essential files.

        I have a script that backs up my Subversion repository every day, to a second drive on the server. Once a week it also makes a copy to a zip drive (250 meg). Every once and a while I manually use Sync Toy to back up the primary server drive to a second one. Nothing important is stored locally. :)


        M M 2 Replies Last reply
        0
        • M Michael P Butler

          How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

          J Offline
          J Offline
          Jack Puppy
          wrote on last edited by
          #4

          At home, I have all my important stuff on a 4GB partition. I back it up frequently to an old laptop, and to an old server via FTP using a freeware program called SyncBack(v3.2.9). I also bought a pack of DVD-RWs, and burn a copy every 2 weeks or so, rotating 3 discs. I usually do a burn to DVD-R once a month. Eventually I plan on buying an external HDD, or maybe an internal with a RAID controller. "My dog worries about the economy. Alpo is up to 99 cents a can. That's almost seven dollars in dog money" - Wacky humour found in a business magazine

          1 Reply Last reply
          0
          • M Mohammad Mir mostafa

            I'm in a team-work, so I use Visual SourceSafe. It backs up and enables versioning on my codes. So I have a back up, history and somewhere to rollback whenever an error occurs.

            M Offline
            M Offline
            Michael P Butler
            wrote on last edited by
            #5

            mohammad272005 wrote:

            I'm in a team-work, so I use Visual SourceSafe. It backs up and enables versioning on my codes. So I have a back up, history and somewhere to rollback whenever an error occurs.

            I use SourceGear Vault and I back-up the SQL server data and log files to CD. What do you use to back-up SourceSafe? Michael CP Blog [^] Development Blog [^]

            1 Reply Last reply
            0
            • M Michael P Butler

              How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              All my projects are on CVS, with the repository stored on a Unix box that is backed up nightly. I also do a full PC backup to an external hard disk every 2 weeks or so.

              1 Reply Last reply
              0
              • S S Douglas

                Michael P Butler wrote:

                How do you back-up your source-code and other essential files.

                I have a script that backs up my Subversion repository every day, to a second drive on the server. Once a week it also makes a copy to a zip drive (250 meg). Every once and a while I manually use Sync Toy to back up the primary server drive to a second one. Nothing important is stored locally. :)


                M Offline
                M Offline
                Michael P Butler
                wrote on last edited by
                #7

                S Douglas wrote:

                Once a week it also makes a copy to a zip drive (250 meg).

                I never had much luck with zip-drives. I had two and they both died fairly quickly. I'm thinking about getting an external hard-disk to back-up my code and then take it off-site. Michael CP Blog [^] Development Blog [^]

                S V 2 Replies Last reply
                0
                • M Michael P Butler

                  S Douglas wrote:

                  Once a week it also makes a copy to a zip drive (250 meg).

                  I never had much luck with zip-drives. I had two and they both died fairly quickly. I'm thinking about getting an external hard-disk to back-up my code and then take it off-site. Michael CP Blog [^] Development Blog [^]

                  S Offline
                  S Offline
                  S Douglas
                  wrote on last edited by
                  #8

                  Michael P Butler wrote:

                  I had two and they both died fairly quickly.

                  [Knock on wood] mine works pretty well, had I known about all the troubles people had with them when I bought it I wouldn’t have. Getting an external drive is on my list of things to get. I may end up taking the cheap route and just get a drive enclosure and put one the now extra internal drives I have laying around in it.


                  E 1 Reply Last reply
                  0
                  • M Michael P Butler

                    How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                    R Offline
                    R Offline
                    Ray Hayes
                    wrote on last edited by
                    #9

                    For my personal projects, I RAR the code up with encryption and it's emailed automatically to one of my on-line accounts. Happens automatically if my machine is switched on at 23:00 and something in the source-tree has been updated. I wanted to make it incremental, but at the moment it is always a full backup.... tend to be about 1Mb. I could back up individual projects too.. but I seem to always backup my "development" directory/folder as a whole. Regards, Ray

                    1 Reply Last reply
                    0
                    • M Michael P Butler

                      How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                      G Offline
                      G Offline
                      Graham Bradshaw
                      wrote on last edited by
                      #10

                      Compared to the other replies, might be overkill, but this[^] is what we do.

                      1 Reply Last reply
                      0
                      • M Michael P Butler

                        How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                        D Offline
                        D Offline
                        Dario Solera
                        wrote on last edited by
                        #11

                        I've created a little utility to backup all my data every day at 7.30 pm to a dedicated hard disk. Never used CDs or DVDs because I've really too much stuff to backup (checked now: 18.2 GB!). ___________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA]

                        1 Reply Last reply
                        0
                        • M Michael P Butler

                          S Douglas wrote:

                          Once a week it also makes a copy to a zip drive (250 meg).

                          I never had much luck with zip-drives. I had two and they both died fairly quickly. I'm thinking about getting an external hard-disk to back-up my code and then take it off-site. Michael CP Blog [^] Development Blog [^]

                          V Offline
                          V Offline
                          verniy_muzhschina
                          wrote on last edited by
                          #12

                          I am with you 100% on this one Michael. There was a time when I thought zip drives were just the cat's meow. Then I archived some stuff - and I mean genuinely archived. Data was stored on a couple of virgin zips, meticulously verified, then the discs were carefully stored in cases in what was essentially a clean server room environment - temp and humidity controlled, protected from light, no magnetic sources even close. About 9 months or so later I found I needed some things. Pulled out the discs - still exactly where I had put them, still in pristine condition. One was just shy of a total loss, the other one had data corruption problems that resulted in maybe 70% recovery of the source. The zip drive went into a box - I still have it for some reason that is no good reason, but I've never used one since. I am astonished every time I see someone use one now. Never again. No way!

                          1 Reply Last reply
                          0
                          • M Michael P Butler

                            How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                            R Offline
                            R Offline
                            Ravi Bhavnani
                            wrote on last edited by
                            #13

                            Check out my free tool EZBackup[^]. /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                            1 Reply Last reply
                            0
                            • M Michael P Butler

                              How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                              G Offline
                              G Offline
                              Gary R Wheeler
                              wrote on last edited by
                              #14

                              We use SourceSafe (now, now, don't start), so here's our backup procedure:

                              • Our corporate IT guys backup our data base, since it sits on their server. In a recovery effort, this would be our last ditch, since they only do an incremental backup nightly.
                              • For our purposes, every night, we zip the entire data base into a file named with the date and time.
                              • Ten of those files are kept on our build machine, and those files are copied to a separate box.
                              • Most of our group backup their working files, either to the corporate network or to our build machine.
                              • Product builds are backed up to CD automatically by the build process (see my post yesterday in the Soapbox for a noted exception :mad: ).

                              The cardinal rules of doing backups are pretty simple. Do it consistently; do it often. Verify you can recover data from a backup, and verify you can recover everything you need. Keep multiple copies in separate locations.


                              Software Zen: delete this;

                              Fold With Us![^]

                              1 Reply Last reply
                              0
                              • M Michael P Butler

                                How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                                T Offline
                                T Offline
                                trevstar
                                wrote on last edited by
                                #15

                                I don't use source control, (only because I've never learned how to set it up properly), and I work from a laptop full-time. I do DVD-R backups of what I call my "essentials" almost nightly, and then use Symantec's Ghost app to make a drive image to an old PC (via firewire) once a week or more. Trevor

                                1 Reply Last reply
                                0
                                • M Michael P Butler

                                  How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                                  E Offline
                                  E Offline
                                  El Corazon
                                  wrote on last edited by
                                  #16

                                  Michael P Butler wrote:

                                  How do you back-up your source-code and other essential files.

                                  The source code is backed up to the source-control system across the network, to a server a few buildings away. the source-code and most work areas are copied to my home system as a backup, backed up on USB disk at work, and backed up on USB disk at home. _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                  M 1 Reply Last reply
                                  0
                                  • M Michael P Butler

                                    How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                                    M Offline
                                    M Offline
                                    Member 96
                                    wrote on last edited by
                                    #17

                                    Michael P Butler wrote:

                                    I currently write my code to CD's every-week

                                    Week!:omg: So you have the potential of losing up to a weeks worth of work? That's scary to say the least. I have a batch file and winzip command line version that does a snapshot of my current work to the server from my workstation. The batch file keeps the last 20 snapshots and I run it whenever I feel like I've done something I don't want to have to do again so several times a day. Every day at the end of the day I do a comprehensive backup to zip files which are copied up to the server and burn them to a CD which is taken offsite. And every night there is an automatic tape backup at the server.

                                    1 Reply Last reply
                                    0
                                    • M Mohammad Mir mostafa

                                      I'm in a team-work, so I use Visual SourceSafe. It backs up and enables versioning on my codes. So I have a back up, history and somewhere to rollback whenever an error occurs.

                                      M Offline
                                      M Offline
                                      Member 96
                                      wrote on last edited by
                                      #18

                                      That's not a backup at all, just a copy. You must take your data offsite in case the building burns down right?

                                      P P 2 Replies Last reply
                                      0
                                      • S S Douglas

                                        Michael P Butler wrote:

                                        How do you back-up your source-code and other essential files.

                                        I have a script that backs up my Subversion repository every day, to a second drive on the server. Once a week it also makes a copy to a zip drive (250 meg). Every once and a while I manually use Sync Toy to back up the primary server drive to a second one. Nothing important is stored locally. :)


                                        M Offline
                                        M Offline
                                        Member 96
                                        wrote on last edited by
                                        #19

                                        And if the building were to burn down? What then? If you don't take a backup offsite you're flirting with disaster. I used to be a network tech and you'd be surprised how often buildings burn down or computers get stolen or some other disaster in waiting. If you don't separate your backup from the computers your backing up you only have half a backup.

                                        S 1 Reply Last reply
                                        0
                                        • M Michael P Butler

                                          How do you back-up your source-code and other essential files. I currently write my code to CD's every-week, but wonder if there are some better alternatives which are just as cost-effective. Michael CP Blog [^] Development Blog [^]

                                          M Offline
                                          M Offline
                                          Marc Clifton
                                          wrote on last edited by
                                          #20

                                          Michael P Butler wrote:

                                          How do you back-up your source-code and other essential files.

                                          I use CVS on my server, located 2000 miles away in Texas. Once up there, I then keep both my dev systems updated. So, if I lose one dev system (which as happened), I can continue with the other. If the house burns down and I lose both, I have a remote backup. If a nuclear war wipes out the entire country, well then, who cares, right? Marc Pensieve

                                          M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups