I'm intrigued by uBackup, using Usenet for backing up large files.
I thought it would be a good idea to use python for this, but I'm having problems understanding the correct protocol for posting large files.
I know you need to compress your files and best split them up in smaller parts. But when you actually post the file to usenet it yencodes them AND splits them up in even smaller parts (because each article can only be a limited size).
But how are large files actually split into smaller parts this way?