Advertisement

How to create a multi-volume package with tar

Started by August 15, 2001 10:32 AM
1 comment, last by __digital_trace__ 23 years, 6 months ago
I got a big problem. i have to backup files that are bigger than 1 GB. I decided to split them with tar into 2 500MB files. I tried the whole day, but i didnt get it. SO PLZZ can someone give me the command for it. THANX <<__digital_trace__>>
<<__digital_trace__>>
Here is your command:

tar -cvvf TarFileName.tar FilesToGoIntoTar.*

for more info on tar read the man pages:

man tar

then to zip the tar files (compress)

gunzip TarFileName.tar

RandomTask
Advertisement
I'm not certain where this belongs, but it doesn't belong here [Software Engineering]...

P.S. Please don't cross-post.

Magmai Kai Holmlor
- Not For Rent

Edited by - Magmai Kai Holmlor on August 18, 2001 2:32:50 PM
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara

This topic is closed to new replies.

Advertisement