I have a 3200 and want to back up the harddrive, which is full, cca 6 gig...
So what I'm gonna do, is attach an iPod or external harddrive via the USB, and back up the data there.
Now considering USB write to an external harddisk is slow, but tar bzipping the files is also slow due to the Z's processor, what would be better in this case.
Explanation, I can't pre tar, or pre tar bzip the files to a CF or the harddrive itself because it's full, so I'm gonna launch either tar or tar bzip directly from the Z to write to the external harddisk.
Option 1: tar the files to the external harddisk, which will mean more data to be sent over the USB, but no slowing down due to compressing the data by the Z's processor.
Option 2: tar bzip the files to the external harddisk, which will mean less data to be sent over the USB, but being slower due to bzipping the files by the Z's processor.
Which option will result in a faster execution of the whole process.
It will surely take a number of hours, but what would be the recommendation?