Cron job not running

Asked by Kap4Lin

Hi,

I had setup backintime to do a backup every week. Now, the first snapshot was taken on 20091107-023119. And I had expected that this would repeat every week. But today I see that there hasn't been any backup after that. crontab -l shows the following entry:

@weekly nice -n 19 /usr/bin/backintime --backup-job >/dev/null 2>&1

Reading from this, I guess every output is sent to /dev/null, so there is no way to see any log file. What is going wrong?

Thanks

Question information

Language:
English Edit question
Status:
Expired
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Kap4Lin (kap4lin) said :
#1

backintime-{common,kde} version 0.9.26-3 installed on sidux (Debian/sid).

Revision history for this message
Bart de Koning (bratdaking) said :
#2

Is computer always on? It could happen that you missed the backup point. BiT
logs into the syslog. So you can check that one to see if it did run or not.

2009/11/22 Kap4Lin <email address hidden>

> Question #91217 on Back In Time changed:
> https://answers.launchpad.net/backintime/+question/91217
>
> Kap4Lin gave more information on the question:
> backintime-{common,kde} version 0.9.26-3 installed on sidux
> (Debian/sid).
>
> --
> You received this question notification because you are an answer
> contact for Back In Time.
>

Revision history for this message
Kap4Lin (kap4lin) said :
#3

On Sun, Nov 22, 2009 at 5:09 AM, Bart de Koning
<email address hidden> wrote:
> Bart de Koning proposed the following answer:
> Is computer always on? It could happen that you missed the backup point. BiT
> logs into the syslog. So you can check that one to see if it did run or not.

Yes, the computer is on. I can see the following in syslog:

Nov 22 00:00:01 nebu /USR/SBIN/CRON[18747]: (apoc) CMD (nice -n 19
/usr/bin/backintime --backup-job >/dev/null 2>&1)
Nov 22 00:00:02 nebu backintime (apoc): INFO: Lock
Nov 22 00:00:02 nebu backintime (apoc): INFO: Include folders: [...long list..]
Nov 22 00:00:02 nebu backintime (apoc): INFO: Ignore folders: []
Nov 22 00:00:02 nebu backintime (apoc): INFO: Last snapshots: {}
Nov 22 00:00:02 nebu backintime (apoc): INFO: [KDE4Plugin.Systray.run]
Nov 22 00:00:03 nebu backintime (apoc): INFO: Compare with old
snapshot: 20091107-023119
Nov 22 00:00:03 nebu backintime (apoc): INFO: [KDE4Plugin.Systray.run]
begin loop

Nothing after that. Exactly similar thing was found in logs from two
weeks earlier too. So, it seems to run, but I do not see any new
snapshots being created on the backup hard disk!

So, here is the question: with the above said setup, is a new
directory (yyyymmdd-hhMMss) supposed to be created every week?

> 2009/11/22 Kap4Lin <email address hidden>
>
>> Question #91217 on Back In Time changed:
>> https://answers.launchpad.net/backintime/+question/91217
>>
>> Kap4Lin gave more information on the question:
>> backintime-{common,kde} version 0.9.26-3 installed on sidux
>> (Debian/sid).
>>

--
Regards
PK
--------------------------------------
http://counter.li.org #402424

Revision history for this message
Bart de Koning (bratdaking) said :
#4

Ai you bumped into a misterious bug that we are trying to solve, but we
cannot get grip into it.
https://bugs.launchpad.net/backintime/+bug/441628
In the meanwhile you can at least make manual backups by running "backintime
-b", or using hte KDE-GUI

Can you post your log also in that bugreport + some additional information
like how often you have it scheduled?

And it is supposed to make a new folder every time it is scheduled!
Cheers,
Bart

2009/11/23 Kap4Lin <email address hidden>

> Question #91217 on Back In Time changed:
> https://answers.launchpad.net/backintime/+question/91217
>
> Status: Answered => Open
>
> Kap4Lin is still having a problem:
> On Sun, Nov 22, 2009 at 5:09 AM, Bart de Koning
> <email address hidden> wrote:
> > Bart de Koning proposed the following answer:
> > Is computer always on? It could happen that you missed the backup point.
> BiT
> > logs into the syslog. So you can check that one to see if it did run or
> not.
>
> Yes, the computer is on. I can see the following in syslog:
>
> Nov 22 00:00:01 nebu /USR/SBIN/CRON[18747]: (apoc) CMD (nice -n 19
> /usr/bin/backintime --backup-job >/dev/null 2>&1)
> Nov 22 00:00:02 nebu backintime (apoc): INFO: Lock
> Nov 22 00:00:02 nebu backintime (apoc): INFO: Include folders: [...long
> list..]
> Nov 22 00:00:02 nebu backintime (apoc): INFO: Ignore folders: []
> Nov 22 00:00:02 nebu backintime (apoc): INFO: Last snapshots: {}
> Nov 22 00:00:02 nebu backintime (apoc): INFO: [KDE4Plugin.Systray.run]
> Nov 22 00:00:03 nebu backintime (apoc): INFO: Compare with old
> snapshot: 20091107-023119
> Nov 22 00:00:03 nebu backintime (apoc): INFO: [KDE4Plugin.Systray.run]
> begin loop
>
> Nothing after that. Exactly similar thing was found in logs from two
> weeks earlier too. So, it seems to run, but I do not see any new
> snapshots being created on the backup hard disk!
>
> So, here is the question: with the above said setup, is a new
> directory (yyyymmdd-hhMMss) supposed to be created every week?
>
>
> > 2009/11/22 Kap4Lin <email address hidden>
> >
> >> Question #91217 on Back In Time changed:
> >> https://answers.launchpad.net/backintime/+question/91217
> >>
> >> Kap4Lin gave more information on the question:
> >> backintime-{common,kde} version 0.9.26-3 installed on sidux
> >> (Debian/sid).
> >>
>
> --
> Regards
> PK
> --------------------------------------
> http://counter.li.org #402424
>
> You received this question notification because you are an answer
> contact for Back In Time.
>

Revision history for this message
Kap4Lin (kap4lin) said :
#5

This really needs to be fixed. Otherwise, a backup program which does not do any backup is kind of useless!! I've posted my logs at the above bug. Hopefully you guys can get around and have a solution...

Revision history for this message
Kap4Lin (kap4lin) said :
#6

Geez guys, how my 500 GB backup disk is spitting out all kinds of missing inode/Exception Emask/BMDMA/DRDY ERR/.. errors.. I'm running an fsck on it now... Looks like a lot of previous backup data (the ones done by backintime) is corrupted...

You could've just written a frontend to rsnapshot in Qt, rather than trying smart things!

No more of backintime... I'll have to fall back to the proven rsnapshot utility!!!

Revision history for this message
Kap4Lin (kap4lin) said :
#7

Geez guys, how my 500 GB backup disk is spitting out all kinds of missing inode/Exception Emask/BMDMA/DRDY ERR/.. errors.. I'm running an fsck on it now... Looks like a lot of previous backup data (the ones done by backintime) is corrupted...

You could've just written a frontend to rsnapshot in Qt, rather than trying smart things!

No more of backintime... I'll have to fall back to the proven rsnapshot utility!!!

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Open' state without activity for the last 15 days.