liam_on_linux: (Default)
[personal profile] liam_on_linux
I am trying to backup a RAID array of some 100GB of stuff onto a FAT32 external hard drive.

I tried

tar -cvfz usbdrive/raid.tgz raid/

but it didn't like it. I also tried with 'j' instead of 'z' to use bzip2 instead of gzip. That created an archive called 'j' in the current directory.

So I dropped the compression switch altogether.

tar -cvf usbdrive/raid.tgz raid/

This worked but I forget one detail. FAT32 has a max file size of about 4G. So when the archive got to 4G, it barfed.

I see there's a parameter to change tapes, but I don't know if that allows me to create multi-segment archives. Can GNU tar do this? Break up the backup into lots of 4G chunks? Ideally, compressing them on the way? If so, how? I'm getting nowhere Googling for info...

July 2025

S M T W T F S
  1234 5
6789101112
13141516171819
20212223242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Aug. 19th, 2025 07:59 am
Powered by Dreamwidth Studios