$tar->setcwd($vsvroot); foreach my $vsvxdb () { $tar->add_files($vsvxdb); } $tar->write("$vsvroot/tmp/cntlbkup.tar");