I keep my "work", files I edit and manipulate, in a work tree because it simplifies backing up. I use a Work Backup script to copy files daily to another spindle. On my home machine, that's a 3rd hard drive used soly for backups. At work, it goes to a network directory. In general, this program is evolving to allow "backup buddies" over the Internet via encrypted backups.

Meanwhile, I do a full image backup monthly, of the entire hard drive. I do this with a special boot disk, copying the entire disk image, funny OS files and all. The program I use, PQ DriveImage, has a utility that lets me access the image file as an archive, too. That lets me fish out files I didn't know I needed to back up! For disaster recovery, I can restore the whole drive image to a new disk. I burn the monthly backup to a set of CD's—reusing 3 sets of R/W and saving a perminant CD-R every 4 to 6 months.

For version control at home, I use Source Safe because it came with the compiler.

To move files between work and home, I used to have a ZIP drive for this purpose. Now I can FTP them, but for small things I typically use a floppy disk or email it to myself. I don't have the ZIP hooked up at home anymore.

—John


In reply to Re: What is your system to store project files? by John M. Dlugosz
in thread What is your system to store project files? by djw

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.