Hi!<br><br>I want to create some backup archives with python (I want to write a backup application in Python).<br>Some package managers (7z, arj, winzip) can create splitted archives (1 mega, 650, 700 mega, etc).<br><br>Because I want to ftp these results to a ftp server, I want to split large volumes to 15 mb sections.
<br><br>Can I do it with any python wrapper automatically (like in Cobian), or I need to create the large volume, and next split it with another tool?<br><br>Or anybody knows about a command line tool (like 7z, or arj) that can expand the splitted archive (and I can add files with them from Python one by one)?
<br><br>So what is the solution?<br><br>Thanks for your help:<br>dd<br>