Spit a file in pieces with split (30 mins, in the end full size for 60Gb)
# split -b 10G /mnt/timecapsule/Virtualbox/harry.vdi “harry.vdi.wcomp.part"
# ls -lsh
total 56G
10G -rw-r--r-- 1 root root 10G Jun 25 15:25 harry.vdi.wcomp.partaa
10G -rw-r--r-- 1 root root 10G Jun 25 15:36 harry.vdi.wcomp.partab
10G -rw-r--r-- 1 root root 10G Jun 25 15:46 harry.vdi.wcomp.partac
10G -rw-r--r-- 1 root root 10G Jun 25 16:06 harry.vdi.wcomp.partad
10G -rw-r--r-- 1 root root 10G Jun 25 16:29 harry.vdi.wcomp.partae
5.6G Read more...