archiver to split backups for ftp upload

Andrew Shugg andrew at neep.com.au
Sun Jan 6 09:20:30 GMT 2008


Sridhar Dhanapalan said:
> There's no need for archival/compression programmes :)
> 
> The main question you should be asking, however, is why you need to split the 
> file in the first place. If you're uploading using a tool like rsync, you 
> shouldn't need to.

rsync can resume partial transfers but does so by copying the upload "so
far" rather than just appending to it (though there are good reasons for
this), so to upload a 70GB file with the option of resuming you would
need up to 140GB of available space...

The use of split(1) is a good suggestion, though I do recommend
verifying the integrity of the files before & after with md5sum/sha1sum
or using the -c (md4 checksum) flag on rsync for the final pass.

Andrew.

-- 
Andrew Shugg <andrew at neep.com.au>                   http://www.neep.com.au/

"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there?  Well I'd like to meet him.  I could do with a good laugh."



More information about the ubuntu-au mailing list