Skip to content

All accounts incremental backup fail #60

@micerinos

Description

@micerinos

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}')
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions