Question #234488 on sbackup changed:
https://answers.launchpad.net/sbackup/+question/234488
Anton posted a new comment:
/etc/network/if-up.d/sbackup
#!/bin/sh
# If eth0 goes up, see if we can and should make a backup now:
if [ "$IFACE" = "eth0" ]; then
# 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
fi
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 : [email protected]
Unsubscribe : https://launchpad.net/~nssbackup-team
More help : https://help.launchpad.net/ListHelp