X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_ASA_SearchUpdate;h=034642fca7b69cc1e1d7d5d951e32e9a6437c4db;hp=5615abb598237c9f9a71d73cfd3601d8cf5d5c28;hb=38abb9a20f4f9562df117185570646049ce126fb;hpb=c2282ed1a09c2c3fc6d4b538b144a54ed835acbc diff --git a/bin/BackupPC_ASA_SearchUpdate b/bin/BackupPC_ASA_SearchUpdate index 5615abb..034642f 100755 --- a/bin/BackupPC_ASA_SearchUpdate +++ b/bin/BackupPC_ASA_SearchUpdate @@ -534,7 +534,7 @@ foreach my $host_key (@hosts) { print $share_header unless $opt->quiet; status "$hostname $backupNum $share_header"; - my $files = BackupPC::View->new($bpc, $hostname, \@backups, { only_first => 1 }); + my $files = BackupPC::View->new($bpc, $hostname, \@backups, { only_increment => 1 }); foreach my $share ($files->shareList($backupNum)) {