Re: unusual error from gzip recently [source found]

2021-08-02 Thread Eyal Lebedinsky
On 02/08/2021 21.23, George N. White III wrote: On Sun, 1 Aug 2021 at 23:31, Eyal Lebedinsky mailto:fed...@eyal.emu.id.au>> wrote: On 02/08/2021 08.53, Cameron Simpson wrote: > On 01Aug2021 08:40, George N. White III mailto:gnw...@gmail.com>> wrote: >> gzip can store the file da

Re: unusual error from gzip recently [source found]

2021-08-02 Thread Eyal Lebedinsky
On 02/08/2021 12.30, Eyal Lebedinsky wrote: On 02/08/2021 08.53, Cameron Simpson wrote: On 01Aug2021 08:40, George N. White III wrote: gzip can store the file date in the archive, and (per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950519) supports dates from 1970-01-01 00:00:01 UTC

Re: unusual error from gzip recently [source found]

2021-08-02 Thread George N. White III
On Sun, 1 Aug 2021 at 23:31, Eyal Lebedinsky wrote: > > On 02/08/2021 08.53, Cameron Simpson wrote: > > On 01Aug2021 08:40, George N. White III wrote: > >> gzip can store the file date in the archive, and (per > >> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950519) > >> supports dates fro

Re: unusual error from gzip recently [source found]

2021-08-01 Thread Eyal Lebedinsky
On 02/08/2021 08.53, Cameron Simpson wrote: On 01Aug2021 08:40, George N. White III wrote: gzip can store the file date in the archive, and (per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950519) supports dates from 1970-01-01 00:00:01 UTC through 2106-02-07 06:28:15 UTC. As the Debian

Re: unusual error from gzip recently

2021-08-01 Thread Cameron Simpson
On 01Aug2021 08:40, George N. White III wrote: >gzip can store the file date in the archive, and (per >https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950519) >supports dates from 1970-01-01 00:00:01 UTC through 2106-02-07 06:28:15 >UTC. As the Debian >bug report notes, gzip may be hitting a li

Re: unusual error from gzip recently

2021-08-01 Thread George N. White III
On Sun, 1 Aug 2021 at 07:24, Eyal Lebedinsky wrote: > As of June I get these errors in my backup log: > gzip: stdin: warning: file timestamp out of range for gzip format > Trouble zipping file, storing uncompressed > I think the first line is the problem, the second is the backup

Re: unusual error from gzip recently

2021-08-01 Thread Patrick O'Callaghan
On Sun, 2021-08-01 at 20:23 +1000, Eyal Lebedinsky wrote: > For each file, afio asks gzip to compress it and deliver the result > using a pipe back to afio which then > appends it to the backup. What is 'afio'? It doesn't appear to be a standard Fedora utility. poc ___

unusual error from gzip recently

2021-08-01 Thread Eyal Lebedinsky
As of June I get these errors in my backup log: gzip: stdin: warning: file timestamp out of range for gzip format Trouble zipping file, storing uncompressed I think the first line is the problem, the second is the backup (afio) responding. I checked my backup logs and the first t