Add a --name command-line option for naming snapshots.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 19 Jul 2007 22:43:55 +0000 (15:43 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 19 Jul 2007 22:43:55 +0000 (15:43 -0700)
commit67ac5e9e49e3f1cf9a0875443c6f75101946360f
tree8f0f02193b3e89a0e32a71e169ce2619f1f57fab
parentbf947741ac8f65e74d594a1e14e94d90320b403e
Add a --name command-line option for naming snapshots.

This feature is meant to support storing several separate sets of snapshots
in the same directory--for example, snapshots of multiple computers, or
snapshots of different sets of directories.  These snapshots can be deleted
independently.  The snapshots will be permitted to share segments.

A name is simply applied for management convience, to help in
distinguishing the different sets of backups.  The string specified with
--name is included both in the snapshot descriptor filename and as a
"Name:" field within that descriptor.
scandir.cc