[lug] Tape backup error
Hugh Brown
hugh at math.byu.edu
Sun Dec 28 21:39:37 MST 2003
from linux.local you could run this:
/usr/bin/ssh backuphost 'tar cf - /etc'|(cd /backups/;tar xf -)
it would back up /etc on the machine backuphost into /backups on
linux.local
There's also the free backup system named amanda. I've never used it,
but it might be worth looking into.
Hugh
On Sun, 2003-12-28 at 22:33, Bob Collins wrote:
> Thanks, I will check out rmt. As I stated, I am not using a tape drive
> yet, I am just creating a tar file on a network machine. My local area
> network has a firewall to the outside.
>
> Bob
>
> Jason Strnad wrote:
> >
> > The man page indicates that use of the hostname argument causes tar
> > (gnu tar anyway) to use 'rmt' to perform the network operations. As an
> > 'r' utility, i'd expect you it would use the same facilities you might
> > expect rsh (and similar) to use. And hopefully those facilities have
> > been disabled for security reasons. <grin>
> >
> > -jason
> >
> > On Dec 28, 2003, at 5:29 PM, Bob Collins wrote:
> >
> > > I want to backup across my local area network. I am testing by
> > > backing up to a file instead of tape.
> > >
> > > I can telnet or ftp to linux.local. If I try:
> > >
> > > tar -cvf linux.local:/home/bob/bkup.tar /etc
> > >
> > > I get:
> > >
> > > tar: linux.local:/home/bob/bkup.tar: Cannot open: Input/output error
> > > tar: Error is not recoverable: exiting now
> > >
> > > What port does tar use. I thought it might be the ftp or the telnet
> > > port. I can find only that the default port is used. Where can I find
> > > out about this? Or am I completely in the dark?
> > >
> > > As always all help appreciated.
> > >
> > > Bob
> > > _______________________________________________
> > > Web Page: http://lug.boulder.co.us
> > > Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> > > Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
> > >
> >
> > _______________________________________________
> > Web Page: http://lug.boulder.co.us
> > Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> > Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
More information about the LUG
mailing list