X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_ASA_SearchUpdate;h=034642fca7b69cc1e1d7d5d951e32e9a6437c4db;hp=5615abb598237c9f9a71d73cfd3601d8cf5d5c28;hb=37c0dca99997f39e8785a94801adf5fcdcb837ba;hpb=f4fff513e97a793cc4998631688461c23b8a63b5 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)) {