All right, pick up a VAX/VMS or a PDP-11 with RX11 on it :-) They were supporting file versioning but nowadays nobody concerns about usability and security just the 'look-and-feel'. Actually, as far as I remember there is a linux filesystem filter driver that allows you to mount a CVS repositiry as a normal file system -- that might do for you. Tamas On 24/07/06, Mark Rages wrote: > > On 7/24/06, Tamas Rudnai wrote: > > 1. Use version control system for backup even if it is running on your > local > > machine (and do backup before each major changes such as creating or > > deleting new files) > > 2. Create a branch for backup, then you can make a batch file like this: > > > > @echo off > > :x > > cvs commit -r backup -m "just for sure" > > C:\YourProjectDir\YourFileToBeBackedUp.asm > > sleep 5m > > goto x > > > > ... and run it as a background process (in a separated command line) > > > > Note: sleep is a GNU sleep command... > > WARNING: It is just an idea, I have not even try this out, so please, on > > your own risk only! > > > > Tamas > > > > This seems like a bad idea to me. It would be better to just use a > filesystem that supports versioning. > > Regards, > Mark > markrages@gmail > -- > You think that it is a secret, but it never has been one. > - fortune cookie > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist