Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Long running tar command
- X-seq: zsh-users 30082
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Long running tar command
- Date: Sat, 28 Sep 2024 14:39:29 -0700
- Archived-at: <https://zsh.org/users/30082>
- In-reply-to: <ZvfL5FQfj1P1LXoz@localhost>
- List-id: <zsh-users.zsh.org>
- References: <ZvdMJAkImbQ6Ziaj@localhost> <CAH+w=7aewUu_EykGngDqoe-LEyrbcKqDF5nV6urhgo9f6-k3Lg@mail.gmail.com> <ZvfL5FQfj1P1LXoz@localhost>
On Sat, Sep 28, 2024 at 2:52 AM Dominik Vogt <dominik.vogt@xxxxxx> wrote:
>
> On Fri, Sep 27, 2024 at 07:10:16PM -0700, Bart Schaefer wrote:
> >
> > The --verify pass won't happen until the output file is fully written,
> > so is it really slower to run a second tar command to do that?
>
> I don't think it's slower, but tar has no way of verifying an
> already existing archive.
I believe
tar --compare -f dest.tar /data
would be equivalent to --verify
Messages sorted by:
Reverse Date,
Date,
Thread,
Author