The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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)