Hi Clive, - snip - > You might want to check out rsync; also I would mount the drives: > $ sudo mkdir /mnt/hda1 /mnt/sda1 > > $ sudo mount -t ext3(or whatever) /dev/hda1 /mnt/hda1 > $ sudo mount -t ext3(or whatever) /dev/sda1 /mnt/sda1 > > $ rsync -av /mnt/hda1/pdf /mnt/sda Can owner and permission be retained? Tks. B.R. Stephen