If you do:
bsdtar -cf test.tar dir1 bsdtar -rf test.tar dir2
Dir2 files do not get added as expected. Using the v option on the -r command will only display:
a dir2
Seems like it's not recursing into the directory or something.
Using version 2.4.12 of both bdstar and libarchive on Windows 7
FYI - BSDTar is being used by Drupal's popular DRUSH project who's Windows version install include the gnuwin32 utils needed.
If you do:
bsdtar -cf test.tar dir1
bsdtar -rf test.tar dir2
Dir2 files do not get added as expected. Using the v option on the -r command will only display:
a dir2
Seems like it's not recursing into the directory or something.
Using version 2.4.12 of both bdstar and libarchive on Windows 7
FYI - BSDTar is being used by Drupal's popular DRUSH project who's Windows version install include the gnuwin32 utils needed.