Re: How do you transfer a file.

2003-07-11 Thread Toni Schmidbauer
On Fri, Jul 11, 2003 at 09:04:45AM +0700, Roger Merritt wrote: This is helpful. I have a similar, but somewhat more complex problem. I want to backup the entire /usr/home directory to another machine on the network. FTP has not been disabled (yet) and I have NcFTP installed. ssh is also set

Re: How do you transfer a file.

2003-07-11 Thread DanB
Where did it send the file to? I had to do it from root to work. Tryed find file.tar.gz. Dan Jerry Hicks wrote: On Thursday, July 10, 2003, at 05:00 PM, stan wrote: On Thu, Jul 10, 2003 at 08:52:32PM +, DanB wrote: How do you transfer a file from one freebsd box to other using

Re: How do you transfer a file.

2003-07-11 Thread Lowell Gilbert
Roger Merritt [EMAIL PROTECTED] writes: This is helpful. I have a similar, but somewhat more complex problem. I want to backup the entire /usr/home directory to another machine on the network. FTP has not been disabled (yet) and I have NcFTP installed. ssh is also set up between the two

How do you transfer a file.

2003-07-10 Thread DanB
How do you transfer a file from one freebsd box to other using binary I think, its a tar.gz file? FTP has been disabled. on the boxes. Dan ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: How do you transfer a file.

2003-07-10 Thread Rus Foster
On Thu, 10 Jul 2003, DanB wrote: How do you transfer a file from one freebsd box to other using binary I think, its a tar.gz file? FTP has been disabled. on the boxes. Dan If ssh is working you can use scp by doing scp localfile [EMAIL PROTECTED]: HTh Rgds Rus -- www: http://www.65535

Re: How do you transfer a file.

2003-07-10 Thread stan
On Thu, Jul 10, 2003 at 08:52:32PM +, DanB wrote: How do you transfer a file from one freebsd box to other using binary I think, its a tar.gz file? FTP has been disabled. on the boxes. sftp? -- They that would give up essential liberty for temporary safety deserve neither liberty nor

Re: How do you transfer a file.

2003-07-10 Thread Jerry Hicks
On Thursday, July 10, 2003, at 05:00 PM, stan wrote: On Thu, Jul 10, 2003 at 08:52:32PM +, DanB wrote: How do you transfer a file from one freebsd box to other using binary I think, its a tar.gz file? FTP has been disabled. on the boxes. sftp? Also: scp foo.tar.gz host.net.org

Re: How do you transfer a file.

2003-07-10 Thread Roger Merritt
At 04:53 AM 7/11/03, you wrote: On Thursday, July 10, 2003, at 05:00 PM, stan wrote: On Thu, Jul 10, 2003 at 08:52:32PM +, DanB wrote: How do you transfer a file from one freebsd box to other using binary I think, its a tar.gz file? FTP has been disabled. on the boxes. sftp? Also

Re: How do you transfer a file.

2003-07-10 Thread Roger Merritt
At 09:59 AM 7/11/03, you wrote: Any suggestions or recommendations would be welcome. NFS mount the volume you want to back up on the second machine, then run tar. Well, that would certainly work. Right now I've got the remote machine set up as a NFS server and the local machine is a NFS client,