How to create a multi-volume package with tar
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
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
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
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement