Changeset 166
- Timestamp:
- 01/19/08 13:43:41 (23 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Brackup/Target.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r165 r166 1 - fixed tempfile creation in gc (orphaned files were left in the 2 working directory). from Alessandro Ranellucci <aar@cpan.org>. 3 1 4 - added the aws_prefix option to configure multiple backup targets 2 5 on a single Amazon account. from Alessandro Ranellucci <aar@cpan.org>. -
trunk/lib/Brackup/Target.pm
r161 r166 130 130 #Â referenced ones 131 131 my %chunks = map {$_ => 1} $self->chunks; 132 my $tempfile = tempfile();132 my $tempfile = +(tempfile())[1]; 133 133 BACKUP: foreach my $backup ($self->backups) { 134 134 $self->get_backup($backup->filename, $tempfile);
