SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Backup Currently running
Author Message
Post Backup Currently running 
I sent a post a couple of days ago about this, but haven't seen any response.
One of my critical machines is backed up using a cron job (same one works for
many other machines).. this machine always logs this message:

2004-07-29 02:00:01 User backuppc requested backup of www.instihire.com, but one
is currently running

I have verified that there is none running, and looking at host status, you see
that it's not getting backed up.

What can I check here?

I believe if I remove pc/www.instihire.com/LOCK the backup will run tonight, but
I don't want to have to remember to do it every day.. and a cron job is just a
bad idea.. unless the job can check if a backup is actually in progress.

TIA

--
Tony Nelson
Director of IT Operations
Starpoint Solutions LLC
115 Broadway, 2nd Fl
New York, NY 10006





This email message from Starpoint Solutions LLC is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Opinions, conclusions and other information in this message that do not relate to the official business of Starpoint Solutions shall be understood as neither given nor endorsed by it.

Post Backup Currently running 
On Thu, 29 Jul 2004 14:59:17 -0400, Tony Nelson <tnelson < at > starpoint.com> wrote:
I sent a post a couple of days ago about this, but haven't seen any response.
One of my critical machines is backed up using a cron job (same one works for
many other machines).. this machine always logs this message:

2004-07-29 02:00:01 User backuppc requested backup of www.instihire.com, but one
is currently running

I have verified that there is none running, and looking at host status, you see
that it's not getting backed up.

What can I check here?

I believe if I remove pc/www.instihire.com/LOCK the backup will run tonight, but
I don't want to have to remember to do it every day.. and a cron job is just a
bad idea.. unless the job can check if a backup is actually in progress.

Why aren't you scheduling the backups through BackupPC's configuration
files? There should be no need to schedule backups through cron, at
least that I can think of.

On a similar note, I did an archive for the first time today, and only
after I had started it I realized I wanted gzip and not bzip2
compression. I clicked the 'stop/dequeue archive' button, and it
stopped the job and the archive host's status page didn't list any
running jobs, but the main status page still listed the archive job as
running and it wouldn't let me start a new archive job. I had to stop
and restart the backuppc service to fix this.

--
Justin Guenther
IT Analyst
CrownAg International Inc.
250 Henderson Drive
Regina, SK, Canada S4N 5P7
Tel: (306) 522-8111
Email: justin.guenther < at > crownag.ca


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post Backup Currently running 
Tony Nelson writes:

I sent a post a couple of days ago about this, but haven't seen any
response. One of my critical machines is backed up using a cron job
(same one works for many other machines).. this machine always logs
this message:

2004-07-29 02:00:01 User backuppc requested backup of www.instihire.com, but one is currently running

I have verified that there is none running, and looking at host
status, you see that it's not getting backed up.

What can I check here?

I believe if I remove pc/www.instihire.com/LOCK the backup will run
tonight, but I don't want to have to remember to do it every day..
and a cron job is just a bad idea.. unless the job can check if a
backup is actually in progress.

Removing pc/www.instihire.com/LOCK should not make any difference.

This is strange. Even with $Conf{FullPeriod} = -1, BackupPC still
queues BackupPC_dump, although it does nothing. Is 2am a regular
wakeup time for BackupPC? Maybe there is a race condition: your cron
job queues the request just as BackupPC is running BackupPC_dump.
Sounds unlikely, but worth checking.

If so, just shift the cron time by a few minutes.

Craig


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post Backup Currently running 
Quoting Justin Guenther <jguenther < at > gmail.com>:

[snip]

Why aren't you scheduling the backups through BackupPC's configuration
files? There should be no need to schedule backups through cron, at
least that I can think of.


Actually, this machine has a DB on it, and it get's dumped to the file system at
2am. I want to ensure the BackupPC backup of the system runs AFTER the DB
Dump.




This email message from Starpoint Solutions LLC is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Opinions, conclusions and other information in this message that do not relate to the official business of Starpoint Solutions shall be understood as neither given nor endorsed by it.

Post Backup Currently running 
Quoting Craig Barratt <cbarratt < at > users.sourceforge.net>:

[snip]

Removing pc/www.instihire.com/LOCK should not make any difference.

This is strange. Even with $Conf{FullPeriod} = -1, BackupPC still
queues BackupPC_dump, although it does nothing. Is 2am a regular
wakeup time for BackupPC? Maybe there is a race condition: your cron
job queues the request just as BackupPC is running BackupPC_dump.
Sounds unlikely, but worth checking.

If so, just shift the cron time by a few minutes.


The backup was indeed scheduled at 2am, and 2am was a wakeup time for BackupPC.
I shifted the cron job to 2:10am and I believe this will indeed fix the
problem. I have several other servers that I backup similarily, and I had
"subconciously" set them to run at times other than X:00. No problems with
those.

I will report the results next weeks.

Tony


This email message from Starpoint Solutions LLC is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Opinions, conclusions and other information in this message that do not relate to the official business of Starpoint Solutions shall be understood as neither given nor endorsed by it.

Post Backup Currently running 
I can't find Craig's reply to reply to.. so I'm replying to my original post so
everyone will have the information.

I changed the cron scheduling of my backup such that it didn't coincide with a
BackupPC Scheduled wakeup and that seems to have cleared up all the problems.

--
Tony Nelson
Director of IT Operations
Starpoint Solutions LLC
115 Broadway, 2nd Fl
New York, NY 10006


Quoting Tony Nelson <tnelson < at > starpoint.com>:

I sent a post a couple of days ago about this, but haven't seen any response.

One of my critical machines is backed up using a cron job (same one works
for
many other machines).. this machine always logs this message:

2004-07-29 02:00:01 User backuppc requested backup of www.instihire.com, but
one
is currently running

I have verified that there is none running, and looking at host status, you
see
that it's not getting backed up.

What can I check here?

I believe if I remove pc/www.instihire.com/LOCK the backup will run tonight,
but
I don't want to have to remember to do it every day.. and a cron job is just
a
bad idea.. unless the job can check if a backup is actually in progress.

TIA

--
Tony Nelson
Director of IT Operations
Starpoint Solutions LLC
115 Broadway, 2nd Fl
New York, NY 10006





This email message from Starpoint Solutions LLC is for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact the sender
by reply email and destroy all copies of the original message. Opinions,
conclusions and other information in this message that do not relate to the
official business of Starpoint Solutions shall be understood as neither given
nor endorsed by it.



This email message from Starpoint Solutions LLC is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Opinions, conclusions and other information in this message that do not relate to the official business of Starpoint Solutions shall be understood as neither given nor endorsed by it.

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB