Your message dated Sun, 5 Jul 2026 17:58:41 +0000
with message-id
<byapr05mb50934a6ccc0305bfef400f42b3...@byapr05mb5093.namprd05.prod.outlook.com>
and subject line Closing bug #1037027
has caused the Debian Bug report #1037027,
regarding bsdtar tiny mistake
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1037027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037027
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bsdtar
its help message
First option must be a mode specifier:
-c Create -r Add/Replace -t List -u Update -x Extract
Common Options:
-b # Use # 512-byte records per I/O block
-f <filename> Location of archive (default /dev/st0)
-v Verbose
-w Interactive
Create: bsdtar -c [options] [<file> | <dir> | @<archive> | -C <dir> ]
<file>, <dir> add these items to archive
-z, -j, -J, --lzma Compress archive with gzip/bzip2/xz/lzma
--format {ustar|pax|cpio|shar} Select archive format
--exclude <pattern> Skip files that match pattern
-C <dir> Change to <dir> before processing remaining files
@<archive> Add entries from <archive> to output
List: bsdtar -t [options] [<patterns>]
<patterns> If specified, list only entries that match
Extract: bsdtar -x [options] [<patterns>]
<patterns> If specified, extract only entries that match
-k Keep (don't overwrite) existing files
-m Don't restore modification times
-O Write entries to stdout, don't restore to disk
-p Restore permissions (including ACLs, owner, file flags)
isn't supposed
-C <dir> Change to <dir> before processing remaining files
line in/under Extract: bsdtar -x .........
as tested works on: bsdtar -xf ..............
not work on bsdtar -cf ...............
--- End Message ---
--- Begin Message ---
Given the lack of further feedback and the inability to reproduce the problem,
closing this report as unreproducible.
If anyone is still able to reproduce the issue with a current version, please
feel free to reopen the bug with detailed reproduction steps, the exact command
used, the expected and actual output.
Gabriel
--- End Message ---