screwloose
MIS
Any suggestions on transferring 100's of gig of data over a network?
Options:
1) tar | compress files then ftp and untar (tar 2GB limit)
2) ftp individual files
3) rcp (though the speed would be the same as ftp pretty much if not a little slower)
4) cpio (but 2GB limit)
5) ???? (suggestions welcomed)
and the tar/compress methods takes up too much time, so I am trying to get around that.
Another thing to consider: many, many files that are 50+ GB in size, which tar and cpio don't allow.
Thanks.
Options:
1) tar | compress files then ftp and untar (tar 2GB limit)
2) ftp individual files
3) rcp (though the speed would be the same as ftp pretty much if not a little slower)
4) cpio (but 2GB limit)
5) ???? (suggestions welcomed)
and the tar/compress methods takes up too much time, so I am trying to get around that.
Another thing to consider: many, many files that are 50+ GB in size, which tar and cpio don't allow.
Thanks.