Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Long running tar command



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