I was wondering if there was a way of backuping the files from one harddrive, to two or three other harddrives simultaneously (connections will be over firewire and be done off a laptop), so that there is only one read to two writes?
I was thinking about a custom bash script something like cat /location/to/file/a.ext | tee /backupharddrive/location/to/file/a.ext > /backupharddriveb/location/to/file/a.ext but it seemed to be of the same performance as if i were to copy them separately
Cheers