Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All accounts incremental backup fail #60

Open
micerinos opened this issue Jan 21, 2015 · 0 comments
Open

All accounts incremental backup fail #60

micerinos opened this issue Jan 21, 2015 · 0 comments

Comments

@micerinos
Copy link

I have found a problem running a incremental backup of all accounts, only backups mails of the current day, and other issues like send mails of full backups of new users, because a filter of sessions.txt is not working ok.

The problem was fixed changing the line #350 in zmbkpose file

  •   INCFROM=$(grep INCFROM: $WORKDIR/sessions.txt | tail -1 | awk '{print $2}')
    
  •    INCFROM=$(grep $MAIL $WORKDIR/sessions.txt | tail -1 | awk '{print $2}')
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant