I split a huge folder:~
and then,I transfered split files to another server and merge it:~HTML Code:tar cvpf - somedir | split -b 50000m
but when I tried to extract the file, it shows errors:~HTML Code:cat x* > somedir.tar.gz
HTML Code:tar xvf tar xvf somedir.tar.gz tar: This does not look like a tar archive tar: Skipping to next header tar: Archive contains obsolescent base-64 headers tar: Error exit delayed from previous errors



Adv Reply


Bookmarks