1604211143 J * Ghislain ~ghislain@adsl2.aqueos.com 1604217192 M * Bertl_oO off to bed now ... have a good one everyone! 1604217194 N * Bertl_oO Bertl_zZ 1604218618 Q * Ghislain Quit: Leaving. 1604222192 J * nikolay_ ~nikolay@external.oldum.net 1604222192 Q * hijacker Read error: Connection reset by peer 1604225570 Q * fstd Ping timeout: 480 seconds 1604225604 J * fstd ~fstd@xdsl-87-79-83-206.nc.de 1604228955 J * Ghislain ~ghislain@adsl2.aqueos.com 1604238095 N * Bertl_zZ Bertl 1604238098 M * Bertl morning folks! 1604238201 M * Bertl Guy-: well, that is because the kind service folks from the hosting provider did not copy the files with proper date information ... so it will take some time to reconstruct that 1604238235 M * Bertl regarding the truncated names, that seems to be a feature of the new web server 1604238376 M * Guy- Bertl: is it apache? 1604238427 M * Guy- looks like it 1604238492 M * Bertl yep 1604238513 M * Guy- Bertl: https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html#indexoptions -- you'll want to set NameWidth 1604238534 M * Guy- NameWidth=* would be appropriate, I think 1604238582 M * Guy- it should be possible to reconstruct the modification times based on https://web.archive.org/web/20200220095255/http://vserver.13thfloor.at/Experimental/ 1604238639 M * Bertl yeah, I have some ideas in this regard ... but it will take some time I guess 1604238895 M * Guy- I'll give you a oneliner to do it, hango n 1604239300 M * Guy- Bertl: 1604239301 M * Guy- wget -q -O - https://web.archive.org/web/20200220095255/http://vserver.13thfloor.at/Experimental/ | grep '2[0-9][0-9][0-9]-[A-Z][a-z][a-z]-[0-9][0-9]' | sed 's/.*a href="\([^"]*\)".*class="m".\(....-...-.. ..:..:..\).*/touch --date="\2" \1/;s/-Jan-/-01-/;s/-Feb-/-02-/;s/-Mar-/-03-/;s/-Apr-/-04-/;s/-May-/-05-/;s/-Jun-/-06-/;s/-Jul-/-07-/;s/-Aug-/-08-/;s/-Sep-/-09-/;s/-Oct-/-10-/;s/-Nov-/-11-/;s/-Dec-/-12-/' 1604239321 M * Guy- look at the output and if it looks OK (it does for me), pipe it into sh 1604239383 M * Guy- (it's fugly because touch can't parse the YYYY-Jan-XX style dates Apache prints, so I had to convert the month abbreviations to numbers) 1604239777 M * Guy- another option would be to recursively download all the stuff from web.archive.org using e.g. wget -m --no-parent, but that takes longer :) 1604239891 M * Guy- however, it would also work on the subdirectories, which my oneliner doesn't (although it'd be easy enough to extend with a loop) 1604243360 Q * Ghislain Quit: Leaving. 1604244732 J * fstd_ ~fstd@xdsl-85-197-44-170.nc.de 1604244769 Q * fstd Ping timeout: 480 seconds 1604255462 M * Bertl nice, will check and apply ... 1604255467 M * Bertl off for now ... bbl 1604255473 N * Bertl Bertl_oO