root/tags/1.05/lib/Brackup.pm

Revision 162, 0.5 kB (checked in by bradfitz, 2 years ago)

Checking in changes prior to tagging of version 1.05. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 161)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.05 (august 2, 2007)
+

  • 'prune' and 'gc' commands commands for both Amazon

and Filesystem targets. from Alessandro Ranellucci <aar@…>.


Line 
1package Brackup;
2use strict;
3use vars qw($VERSION);
4$VERSION = '1.05';
5
6use Brackup::Config;
7use Brackup::ConfigSection;
8use Brackup::File;
9use Brackup::Metafile;
10use Brackup::PositionedChunk;
11use Brackup::StoredChunk;
12use Brackup::Backup;
13use Brackup::Root;     # aka "source"
14use Brackup::Restore;
15use Brackup::Target;
16use Brackup::BackupStats;
17
181;
19
20__END__
21
22=head1 NAME
23
24Brackup - Flexible backup tool.  Slices, dices, encrypts, and sprays across the net.
25
26=head1 FURTHER READING
27
28L<Brackup::Manual::Overview>
29
30L<brackup>
31
32L<brackup-restore>
33
Note: See TracBrowser for help on using the browser.