keeping multiple version of files and getting rid of redunda
Posted: Fri Dec 31, 2004 2:37 am
Hi!
In the programming world, I often make backup copies for later use, but often only perhaps a 30 lines change from version to version and if I just back it up, all the other lines get saved multiple times!
However, could I just keep the oldest version of the file and then keep a differential description of the next version as seen from the previous, something like diff, and later use a simple program which would restore the whole file from such differnce entries? That would not be very useful for backing up (only one copy of the whole) but it would be good for keeping track of changes, just think of it!
Cheers ;D
Adrian.
In the programming world, I often make backup copies for later use, but often only perhaps a 30 lines change from version to version and if I just back it up, all the other lines get saved multiple times!
However, could I just keep the oldest version of the file and then keep a differential description of the next version as seen from the previous, something like diff, and later use a simple program which would restore the whole file from such differnce entries? That would not be very useful for backing up (only one copy of the whole) but it would be good for keeping track of changes, just think of it!
Cheers ;D
Adrian.