toniblyx / alfresco-backup-and-recovery-tool

Alfresco BART is a tool written in shell script on top of Duplicity to do Alfresco backups and restore from a local file system, FTP, SCP or Amazon S3.
Apache License 2.0
96 stars 48 forks source link

Sometimes the script do not finish #42

Open svibert opened 5 years ago

svibert commented 5 years ago

The script run ok but sometime once per 1 ou 2 month, it's not finish so when the script want start the next day i get a message of error "alfresco-bart.sh or duplicity is already running."

What i can check for find the problem. My skill in linux was limited

Thank for your help

douglascrp commented 5 years ago

Alfresco BART does not start if there is an instance already running. Judging by the 1 or 2 months period, I would say that probably it is happening when it is still executing a full backup, and as that is can be big, maybe 24 hours is not enough to have it finished before the next execution is triggered.

Check the log files, and you will see what I am talking about.

svibert commented 5 years ago

Hi Douglascrp

I check the log but the full back was the 3 of each month but i think the problem was another date but i'm not sure. So i will take a note of event and check this.

Anyway, thank you for your advices

svibert commented 5 years ago

No problem last three of the month november so maybe it's a another source of problem. But the full backup was a good try

douglascrp commented 4 years ago

Should we close this one?