Elektrine lite

← Feed

@Peffse@lemmy.world

Post #581451

2026-03-08 04:12 UTC

uploading one at a time, uploading in smaller batches Yup, that’s where I’d start. Creating a tar and splitting it into parts. Just as an example. Not sure if that guide is good or not. It was just the first thing that popped up in the search engine.

Replies (1)

  • @Auster@thebrainbin.org 2026-03-08 10:40

    Had forgotten about split archives. 7z also helps, e.g. if one wants to split into 500 MB files recursively, the person can use in Linux 7z a -r -v500m /some/path/some_name.7z /path/with/all/files/, and in Windows iirc right click in the folder > 7-Zip > Add to archive... > configure as the user needs.

    Open ##585753