create archive_backup_parts view and use it
[BackupPC.git] / bin / BackupPC_tarCreate
index b04464a..9af2931 100755 (executable)
@@ -147,7 +147,7 @@ my $view_opts;
 my %Conf = $bpc->Conf;
 if ( $Conf{TarCreateIncremental} || $opts{i} ) {
        warn "# incremental dump";
-       $view_opts = { only_first => 1 };
+       $view_opts = { only_increment => 1 };
 }
 
 our $ShareName = $opts{s};