[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ftpbackup
- Subject: Re: [cobalt-users] ftpbackup
- From: "H.P. Stroebel" <hpstr@xxxxxxxxxxxxx>
- Date: Fri Aug 25 15:03:03 2000
- Organization: Rechtsanwalt
Mike Fritsch schrieb:
> /bin/tar cfp - /home/spool | gzip | /usr/local/bin/ftpbackup -h
> 255.255.255.0 -u user name -p password -b home-spool.tar.gz
> /bin/tar: Removing leading `/' from absolute path names in the archive
> Broken pipe
the pipe is the "|" symbol in your command line; it "redirects" gzip`s
output to ftpbackup`s input. if ftpbackup fails for some reason,
ftpbackup refuses to accept input from gzip; so to gzip the pipe seems
to be broken (it does not work), and it complains about that.
check the error code ftpbackup is returning (you DID read the
instructions, did you ?) to see what happens. maybe the space on your
backup server 255.255.255.0 is full ?
you can manually ftp to your backup server (read "man ftp" before) and
try to transfer a file to see what is happening if you`re not
experienced with checking returned error codes.
--
H. P. Stroebel, Germany
CGI-FAQ for Raq-Newbies :
http://users.iol.it/hpstr/
A problem to some is a 'feature' to others.