4chan_gif_2025_05.zip is being created now. 7z says:
>Add new data to archive: 2 folders, 16502 files, 43761596562 bytes (41 GiB)
Attached is a /gif/ video: this girl likes sucking cock so much that she squirted and/or orgasmed.
>>1381201
Finished deleting that 897.92-GiB torrent. Details on that, basically just for myself, which you can ignore:
> First freeze/crash: >>1381201. Second freeze: same command as 1381201 but no other programs running. Third freeze: "rm ./fewfile/QmUk...LzKn/pbooru.com/warc/*". Forth freeze: "rm file*.gz". Conclusion: trying to delete more than <s>~300 GB</s> ~240 GB at a time will result in a crash/freeze. Avoid this by deleting individual files instead of deleting "file*.gz" or "folder/". (If the zpool is DEGRADED and not ONLINE then this probably makes a freeze more likely.) Odd, ZFS transactions seemed to not take:
> >$ utc; ls -liah /zd/t/duplicate/fewfile/QmUkD1dQv74Jk1e8q37QtZBi1KEn6KEJXuRXNH6Wt9LzKn/pbooru.com/warc/
> >2025-10-01T08:33:56.987221411Z
> >total 314G
> >[...]
> >$ utc; ls -liah /zd/t/duplicate/fewfile/QmUkD1dQv74Jk1e8q37QtZBi1KEn6KEJXuRXNH6Wt9LzKn/pbooru.com/warc/ | head
> >2025-10-01T08:43:26.631767233Z
> >total 484G
> >[...]
> Files were "magically undeleted" the second time ls was ran after a freeze and reboot. Fifth freeze:
> >utc; find /zd/t/duplicate/fewfile/QmUkD1dQv74Jk1e8q37QtZBi1KEn6KEJXuRXNH6Wt9LzKn/pbooru.com/warc/ -type f | sort | xargs -d "\n" sh -c 'for args do echo "$args"; date -u; rm "$args"; done' _; utc
> Deleted 49 files (245 GB), then froze soon after hitting ctrl+c. Worked for deleting 467 GB:
> >$ utc; find /zd/t/duplicate/fewfile/QmUkD1dQv74Jk1e8q37QtZBi1KEn6KEJXuRXNH6Wt9LzKn/pbooru.com/warc/ -type f | sort | xargs -d "\n" sh -c 'for args do echo "$args"; date -u; rm "$args"; sleep 60; done' _; utc # command abc
> One-minute wait before each file deletion, but the computer froze ~one hour later after "command abc" finished. Seemed like it all worked, but not in the long run.