NAME File::Rotate::Backup - Make backups of multiple directories and rotate them SYNOPSIS my $backup = File::Rotate::Backup->new({ archive_copies => 2, dir_copies => 1, backup_dir => '/backups', file_prefix => 'backup_' }); $backup->backup([ [ '/etc/httpd/conf' => 'httpd_conf' ], [ '/var/named' => 'named' ], ]); $backup->rotate; DESCRIPTION This module will make backups and rotate according to your specification. METHODS EXAMPLES BUGS AUTHOR Don Owens COPYRIGHT Copyright (c) 2003 Don Owens All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. VERSION 0.01