Question #234488 on sbackup changed:
https://answers.launchpad.net/sbackup/+question/234488

Anton posted a new comment:
/etc/pm/sleep.d/20_sbackup

#!/bin/bash
case "$1" in
    thaw|resume)
        # start backup 5 minutes in the future to allow network to come up:
        echo /usr/share/sbackup/retry_backup | at  now + 5 min >/dev/null
        ;;
    *)
        ;;
esac
exit $?

-- 
You received this question notification because you are a member of
Simple Backup Maintainers, which is an answer contact for sbackup.

_______________________________________________
Mailing list: https://launchpad.net/~nssbackup-team
Post to     : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to