NAME
email_restore - Restore messages from a backup snapshot
USAGE
./email_restore -e user@example.com
REQUIRED ARGUMENTS
email - a valid email address on this server
OPTIONS
dir - the path to the email backups
host - the hostname of this server (default: `hostname`)
DESCRIPTION
Restore email messages from backups.
CONFIGURATION AND ENVIRONMENT
Expects backups to be in rsnapshot format (host/[daily|weekly|monthly].N/$path)
BUGS AND LIMITATIONS
Requires that you have backups accessible (mounted locally) to this script. This could easily be extended to support restores across the network.
AUTHOR
Matt Simerson (matt@tnpi.net)
LICENCE AND COPYRIGHT
Copyright (c) 2013 The Network People, Inc. (info@tnpi.net). All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.