02:07:22 | | pabs quits [Quit: Don't rest until all the world is paved in moss and greenery.] |
02:09:21 | | pabs (pabs) joins |
02:28:02 | | JaffaCakes (JaffaCakes118) joins |
02:31:24 | | JaffaCakes118_2 quits [Ping timeout: 260 seconds] |
03:37:29 | <@JAA> | TheTechRobo: Yep. It's an encoded list of hashes of the individual parts (actually ETags, but they happen to be simple MD5 on IA S3). |
03:38:01 | <@JAA> | So in theory, you could reconstruct it, but I didn't add it because that would be fiddly and could break if IA changes something. |
03:38:14 | <TheTechRobo> | Makes sense |
03:38:17 | <@JAA> | Meaning if your system crashes or similar, resumption isn't supported. |
03:38:38 | <@JAA> | So then you'd have to --abort and restart. |
03:39:14 | <TheTechRobo> | Yeah |
03:40:28 | <@JAA> | Although if you're writing the output to a log file, it could be done from the 'Upload of part N OK, ETag: ...' messages. |
03:41:07 | | datechnoman quits [Quit: The Lounge - https://thelounge.chat] |
03:43:44 | | datechnoman (datechnoman) joins |
05:17:51 | | DogsRNice quits [Read error: Connection reset by peer] |
06:34:58 | | qwertyasdfuiopghjkl_ (qwertyasdfuiopghjkl) joins |
06:35:19 | | qwertyasdfuiopghjkl quits [Ping timeout: 255 seconds] |
06:36:06 | | qwertyasdfuiopghjkl_ is now known as qwertyasdfuiopghjkl |
09:03:32 | | IDK (IDK) joins |
09:05:39 | | MrMcNuggets (MrMcNuggets) joins |
11:39:25 | | JaffaCakes quits [Remote host closed the connection] |
12:29:15 | | DigitalDragons quits [Quit: Ping timeout (120 seconds)] |
12:29:15 | | Exorcism quits [Quit: Ping timeout (120 seconds)] |
12:29:50 | | Exorcism (exorcism) joins |
12:31:16 | | DigitalDragons (DigitalDragons) joins |
13:09:04 | | qwertyasdfuiopghjkl quits [Ping timeout: 255 seconds] |
16:03:44 | <HP_Archivist> | JAA - if you're around, mind taking a look at this? I took your advice and modified the script outright vs after the fact. I have some custom messages it outputs so it's just plain-as-simple when it reads over the excluded files. |
16:03:45 | <HP_Archivist> | https://transfer.archivete.am/PbD4O/hp_archivists-iasha1check-hash-custom-arg-output--attempt-2.txt |
16:03:46 | <eggdrop> | inline (for browser viewing): https://transfer.archivete.am/inline/PbD4O/hp_archivists-iasha1check-hash-custom-arg-output--attempt-2.txt |
16:06:41 | <HP_Archivist> | Hm, still recording the escape codes in the output txt wrong since it shows green/red in the cli. But I guess no big deal. |
16:07:46 | <HP_Archivist> | It could be cleaned up more, maybe better custom messages. But it overall seems to be working (just wanted another pair of eyes on it) |
16:38:59 | <@JAA> | HP_Archivist: Still parsing my script's output rather than just making a few modifications to the script. :-| You could probably easily make my script also check the item files you mirrored etc. That would be much easier to reason about than this. |
16:41:10 | <@JAA> | The logic in the `case` block seems off; it'll overwrite the `section` value on every line. The 'custom messages' for those section headings also don't seem accurate. |
16:43:38 | <HP_Archivist> | Yeah, I was having trouble getting the logic right. Ugh |
16:43:44 | <HP_Archivist> | I'll have another look at it then |
16:46:07 | <HP_Archivist> | I could just let it run as-is from how you have it. But I would prefer more visual certainty when it outputs, e.g. custom messages. |
16:48:46 | <@JAA> | Send me the output you get from iasha1check and what you'd ideally want it to be. |
16:49:22 | <@JAA> | I'm sure it's a two-line diff or so. :-) |
16:58:24 | <HP_Archivist> | JAA https://transfer.archivete.am/GYsXq/hp_archivists-iasha1check-hash--custom-arg-request.txt |
16:58:24 | <eggdrop> | inline (for browser viewing): https://transfer.archivete.am/inline/GYsXq/hp_archivists-iasha1check-hash--custom-arg-request.txt |
16:58:52 | <HP_Archivist> | Lmk if this makes sense. Was trying to find the right wording for how I'd like it to be :P |
17:22:08 | <@JAA> | HP_Archivist: I can easily make it check _archive.torrent and _meta.* as well. Only _files.xml can't be checked because it obviously can't contain its own checksum. Would that be better? |
17:23:11 | <HP_Archivist> | JAA yeah that would be great if you could do that, yes |
17:23:18 | <HP_Archivist> | Yes, please* |
17:31:03 | <@JAA> | HP_Archivist: This is what it looks like: https://transfer.archivete.am/inline/pg06L/HP_Archivist-custom-iasha1check-output-example.txt |
17:31:28 | <HP_Archivist> | Ah that is perfect JAA |
17:31:29 | <@JAA> | There can only ever be the _files.xml in that top section, but whatever. :-) |
17:31:47 | <HP_Archivist> | Yeah that's totally fine :) |
17:32:35 | <@JAA> | https://transfer.archivete.am/v6a3F/iasha1check-HP_Archivist |
17:32:36 | <eggdrop> | inline (for browser viewing): https://transfer.archivete.am/inline/v6a3F/iasha1check-HP_Archivist |
17:40:12 | <HP_Archivist> | Thank you ^^ let me give this a try now |
18:04:09 | <HP_Archivist> | JAA - I put in a wrapper so it can loop through each one. It's running now, here's the final, final version :) |
18:04:10 | <HP_Archivist> | https://transfer.archivete.am/J2Hwt/iasha1check-HP_Archivist-modified-wrapper.txt |
18:04:11 | <eggdrop> | inline (for browser viewing): https://transfer.archivete.am/inline/J2Hwt/iasha1check-HP_Archivist-modified-wrapper.txt |
18:04:46 | <HP_Archivist> | Otherwise, looks much better on my end (thank you so much!) |
18:05:16 | <@JAA> | :-) |
18:11:23 | | DogsRNice joins |
18:13:49 | | MrMcNuggets quits [Quit: WeeChat 4.3.2] |
20:25:14 | | nicolas17 quits [Remote host closed the connection] |
20:25:33 | | nicolas17 joins |
20:54:18 | | qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins |
22:02:04 | <Ryz> | Is it just me or has accessing IA, more specifically, WBM, been slower or more inconsistent than usual? |
22:05:39 | | tzt quits [Ping timeout: 260 seconds] |
22:47:45 | | tzt (tzt) joins |