[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] raqbackup 3.1 bug



Brett Wright wrote on 02.04.2003:

> Interesting, when your raqbackup.sh is FTPing the files what is the line of
> code?

> eg?
> mput *.gz

Yes, this was the standard for raqbackup.sh 3.1 and 3.0. I didn't know
that CMU creates files like *.gz.1 - we don't have such big sites.

I'm working on version 3.2 which will solve this issue and introduces
some other features for more reliabality. Version 3.2 should be
available until friday to all my supporters (they will receive a
message with more details) and until the end of the month for the
public.

> Or is your set different? For me it compresses them fine but doesnt FTP them

It should ftp all *.gz-files. But it won't ftp *.gz.*-files at the
moment.

If you have large sites with several 100MBs of data it's very
recommended to change the line

  mput *.gz

to

  mput *.gz*

Or you can execute the following as User root:

cd /etc/cron.daily
perl -pi -e 's#mput \*.gz#mput \*.gz\*#' raqbackup.sh
  
Many thanks to Brett for reporting this issue.

Regards,
Daniel

-- 
free backup-solution for your RaQ:
http://www.neuhaus-internet.de/cobalt/raqbackup/