Add version information to the backup descriptor files.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 3 Jun 2007 00:14:13 +0000 (17:14 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Sun, 3 Jun 2007 00:14:13 +0000 (17:14 -0700)
commitb735fd32081b00b0c94196cf77c9b465703d8da5
treeda5051f2de13387282ec456d22561e3efcf18956
parent6e7d9688683887ba53ea2858771a13fdafd16edf
Add version information to the backup descriptor files.

This adds a "Format:" line at the start of a backup descriptor, with the
intent that different formats can be recognized if there is a need to make
changes in the future.  This can also be used as a magic number to identify
LBS snapshot files.

Also, update the restore.pl script to handle the new format--make the
parser more flexible so that fields can appear in any order, and
unrecognized lines are ignored.
restore.pl
scandir.cc