I've got a +900GB sparsebundle on one HDD that I'm trying to transfer to a NAS. Since the sparsebundle is essentially a folder, I've been using rsync but it's so damn slow! What's the fastest way to move it off that hard drive and on to the NAS?
Or is there a way to tell rsync to resume from a certain point, e.g.: don't bother start from band/0, start from band/x?
rsyncwith the-tor-aoptions it should figure out which files on the destination are up to date based on the timestamps. – mgorven Jul 13 '12 at 4:09