Hey Everyone,
I am working on developing a script to copy data from one system to another across our gig backbone, and I thought I'd ask to see if anyone had a preferred method of accomplishing a task like this.
Options I've considered:
[ol]
[li]mount nfs filesystem and copy data over and umount the filesystem.[/li]
[li]use scp with recursion.[/li]
[li]use find, tar, and netcat and coordinate a tcp listener on the remote host.[/li]
[/ol]
I am working on developing a script to copy data from one system to another across our gig backbone, and I thought I'd ask to see if anyone had a preferred method of accomplishing a task like this.
Options I've considered:
[ol]
[li]mount nfs filesystem and copy data over and umount the filesystem.[/li]
[li]use scp with recursion.[/li]
[li]use find, tar, and netcat and coordinate a tcp listener on the remote host.[/li]
[/ol]