Splitting an archive on multiple media
        Posted  
        
            by Robert Munteanu
        on Server Fault
        
        See other posts from Server Fault
        
            or by Robert Munteanu
        
        
        
        Published on 2009-06-26T14:35:29Z
        Indexed on 
            2010/05/26
            23:33 UTC
        
        
        Read the original article
        Hit count: 264
        
I'm generating archives which are larger than my current physical media ( DVD ). I'd like to split those archives:
- automatically - instead of generating mini-archives by hand;
 - consistently - so that an archive can be extracted independently of another.
 
For instance for a tree of 24GB which would be archived into 10GB I would get 3 archives, all of them < 4.7 GB and each of them being able to be extracted without the other 2.
I'm using dirvish so I'm archiving a filesystem tree.
Update: I'm using Linux.
© Server Fault or respective owner