Receiving multiple e-mails

Asked by Pedro Guizeline

Hello everyone,

I've set up a backup routine that runs everyday at 5AM, everything runs fine, all the files are being sent to Amazon S3 as expected.

The only thing that is bothering me is that everyday I get about 60 e-mails from my server, all with the same content, they start at 5AM and go for about the whole hour, always with the same info.

Could someone please help me solve this? Any kind of help would be great!

Pedro.

Question information

Language:
English Edit question
Status:
Solved
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Solved by:
Pedro Guizeline
Solved:
Last query:
Last reply:
Revision history for this message
edso (ed.so) said :
#1

how about a copy of that email? ..ede/duply.net

Revision history for this message
Pedro Guizeline (pguizeline-deactivatedaccount) said :
#2

I'm sorry! I think I probably found the error! I think it's cron related:

Before:
* 5 * * * script

Now:
0 5 * * * script

This is why the amount of e-mails is always 60 or 61, it keeps running throught the whole hour maybe? Let's see how it runs from now on!

Thanks a lot for the help guys!

Revision history for this message
edso (ed.so) said :
#3

On 17.11.2014 14:51, Pedro Guizeline wrote:
> Question #257755 on Duplicity changed:
> https://answers.launchpad.net/duplicity/+question/257755
>
> Status: Open => Solved
>
> Pedro Guizeline confirmed that the question is solved:
> I'm sorry! I think I probably found the error! I think it's cron
> related:
>
> Before:
> * 5 * * * script

that's wrong.. this starts the script on every minute as long as it is 5am

> Now:
> 0 5 * * * script
>
> This is why the amount of e-mails is always 60 or 61, it keeps running
> throught the whole hour maybe? Let's see how it runs from now on!
>
> Thanks a lot for the help guys!
>

jepp, that should solve it.. ede/duply.net