[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] 1.31: No default checkpoint action
From: |
Christian Weisgerber |
Subject: |
[Bug-tar] 1.31: No default checkpoint action |
Date: |
Wed, 9 Jan 2019 19:22:03 +0100 |
User-agent: |
Mutt/1.11.1 (2018-12-01) |
The documentation for GNU tar 1.31 claims in section "3.8 Checkpoints":
The simplest value of action is `echo'. [...]
This is the default action, so running:
$ tar -c --checkpoint=1000 --checkpoint-action=echo /var
is equivalent to:
$ tar -c --checkpoint=1000 /var
However, this is manifestly not true. There is no default checkpoint
action. Without an explicit --checkpoint-action=xxx argument, no
checkpoint action is taken, no default message is written to stderr.
I don't know if this is a documentation or implementation error.
--
Christian "naddy" Weisgerber address@hidden
- [Bug-tar] 1.31: No default checkpoint action,
Christian Weisgerber <=