How do i create multi-volume files with tar?

Asked by feedfish

I have an archive with size superior to 4 Gb (5,4 Gb) and when I try to copy this file to my usb key it makes me an error. Cannot files suprior to 4 Gb. So I would to know how do I do to divide this files in several smallers archives?
I would like to do it with tar.
Guillaume.
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu tar Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

Please read http://it.toolbox.com/blogs/locutus/split-files-with-tar-26311

http://www.gnu.org/software/tar/manual/tar.html#SEC155

You can also format your usb key in ntfs or ext3 format to avoid the fat32 limits...

Hope this helps

Revision history for this message
feedfish (anonymous4478) said :
#2

Thanks marcobra, that solved my question.