
Chroniton::Config - manages config file for Chroniton

my $config = Chroniton::Config->new;

Creates an instance. Takes no arguments.
Returns the directory where the backup should be placed.
Returns a list of directories to be backed up.
Returns the path to the config file.
Returns the number of days between archiving operations.
Returns a list of compiled regular expressions. If a path matches one of these, don't back it up.
Creates an empty config file.