[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: first time experience: collect on master node??
> I've just started experimenting with cedar, and I have a few concerns
> I'd like to share here.
Welcome to the list.
> 1- What is the collect action used for on the master node? It's not very
> clear in the documentation.
That action is used for the same thing on the master as on the other
peer nodes - to collect the data that's later staged and stored. This
is why you would normally list the master as one of the local peers in the
staging section.
> 2- Also, i've received errors like this from subversion, and I'm abashed by
> the lack of details:
>
> 2005-08-22T00:32:34 GMT --> [ERROR ] Error executing backup: Error
> [256] executing 'svnlook youngest' for repository [/export/svn/anarcat].
Yeah, it's sometimes a struggle to get useful information into the log.
In this case, I'm trying to capture output from the command to be parsed
later, but to do that, I need to discard stderr. That makes it
difficult to get useful diagnostic information from the command when it
returns a non-zero status. You could try running Cedar Backup with the
--debug flag and see if that gives you any other useful information (it
might). At the least, you'll see exactly what command was run.
> I've yet to reproduce the problem manually, and actually, the last
> backup run went fine. Apart from that, I'm very impressed with the
> software, it's a really nice piece of technology.
Thanks. If you do reproduce it manually, let me know what caused it and
I'll try to fix it. There's just not much that should go wrong with
svnlook, unfortunately. :(
> 3- I've written internal documentation on how to install it, it might be
> useful to other people, so I share it here:
>
> http://wiki.koumbit.net/lethe.koumbit.net/CedarBackup
I get back "You are not allowed to view this page", even after creating
a user and logging in.
> 4- can I just skip the 'store' action on the master, if I don't have or
> don't want to use a CDR? Hard drives are cheap anyways, and CDRs require
> manual intervention....
Certainly.
I keep 7-10 days of staging directories around, but switch media mostly
every week. That way, I can periodically take a disc off-site in case
the machine gets stolen or damaged. If you're not worried about these
risks, then there's no need to write to disc.
KEN
--
Kenneth J. Pronovici <pronovic@ieee.org>
http://www.cedar-solutions.com/
--
To unsubscribe, send mail to cedar-backup-users-unsubscribe@cedar-solutions.com.