Anybody know, how I can hook up my tape drive (which is /dev/st0 on my LINUX box) so that I can do remote backups through samba for my WinNT/95 LAN? Thanx' Adrian Lattke
I have a SCO machine with a 12/24 dat drive in it, There is only about 632.2Mb of data getting backed up on it from the SCO machine. Can anyone suddgest an "easy" way to backup another server with the drive...?? Eg, I want to backup files from apollo@192.168.1.5 to the sco machine hermes@192.168.1.8 Thanks -------------- next part -------------- HTML attachment scrubbed and removed
amanda Thing> Craig R Marshall wrote: > > I have a SCO machine with a 12/24 dat drive in it, There is only > about 632.2Mb of > data getting backed up on it from the SCO machine. > > > Can anyone suddgest an "easy" way to backup another server with the > drive...?? > > Eg, I want to backup files from apollo@192.168.1.5 to the sco machine > hermes@192.168.1.8 > > > > Thanks >
On Mon, 10 Dec 2001, Craig R Marshall wrote:> I have a SCO machine with a 12/24 dat drive in it, There is only about > 632.2Mb of > data getting backed up on it from the SCO machine. > > > Can anyone suddgest an "easy" way to backup another server with the > drive...?? > > Eg, I want to backup files from apollo@192.168.1.5 to the sco machine > hermes@192.168.1.8I use this on occasion: ssh -c blowfish root@remotehost "tar -zcvf - /path/to/save" | cat > /local/filename -- "We must all hang together, or assuredly, we shall all hang separately." - Benjamin Franklin