
Chroniton::State - keeps track of backups between Chroniton invocations

Creates a new object, using config as the configuration (Chroniton::Config), and log as the event log (Chroniton::Messages).
Writes the object to disk for use by future invocations of Chroniton.
Forget about all backups.
Adds a backup to the memorized backup sets. Location is the location of the backups, contents is the path of the contents file, date is the time of the backup, and log is the location of the logfile.
Returns the list of all events (backups, restores, archives).
Returns the list of backups.
Returns the list of archives.
Returns the time, in seconds past the epoch, of the last backup.
Returns the time of the last full backups.
Returns the path of the most recent log.
Sets the path to the most recent log file.