[03:20] *** balrog has quit IRC (Read error: Operation timed out) [03:29] *** balrog has joined #internetarchive.bak [03:29] *** svchfoo3 sets mode: +o balrog [05:53] *** BnARobin_ has joined #internetarchive.bak [05:54] *** BnARobin has quit IRC (Read error: Operation timed out) [06:01] *** BnARobin_ has quit IRC (Remote host closed the connection) [06:01] *** BnARobin has joined #internetarchive.bak [06:15] *** Spydar007 has quit IRC (Read error: Operation timed out) [06:16] *** Senji has quit IRC (Read error: Operation timed out) [06:17] *** Spydar007 has joined #internetarchive.bak [06:17] *** Senji has joined #internetarchive.bak [08:38] *** Mateon1 has quit IRC (Read error: Operation timed out) [08:40] *** Mateon1 has joined #internetarchive.bak [19:18] Oh, I completely forgot about IA.BAK for a while, I haven't been checking in about 450 gigs of shard17. After running ./iabak-cronjob manually, it should be fine, right? [19:19] Typo: 350 gigs [20:43] yep [20:43] though you might also make sure that the cronjob is getting run on a regular basis [20:44] it can be run as either a cron job (as you no doubt suspect), or as a systemd timer [21:16] That's unfortunately impossible for me because I run iabak in a really weird environment [21:17] Well, I haven't figured out a way to do it at least [21:18] My iabak folder is inside a debian chroot that requires a custom script for proper setup (which needs to be ran as root). [21:19] The host system is NixOS, which does not like unpackaged executables - the dynamic executable loader is in a non-standard location [21:20] (leading to confusing errors like: ./iabak: no such file or directory, referring to the hardcoded executable loader path) [21:23] git-annex is packaged in Nix, so you could install that and bypass the part of iabak that downloads it [21:24] (the rest of iabak being shell script should easily run in Nix) [21:25] I remember trying to make it work on the host system but quickly gave up, I don't have the patience for that. [21:25] I drop everything I don't want to bother with into a chroot [21:26] Currently doing a bunch of fuzzing, as well as Rust development. I use the host OS for Python because nix-shell is quite nice.