** Changed in: sbackup (Ubuntu)
Status: Fix Committed => Fix Released
--
Time for backup always reverts to "never"
https://bugs.launchpad.net/bugs/69767
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing
Fixed Upstream . Now , when you select a time (!= never) the radio
button is toggled automatically to "custom backup settings". If you
toggle it back to 'manual backup only' the time is set to "Never"
** Changed in: sbackup (Ubuntu)
Assignee: Aigars Mahinovs => Ouattara Aziz
Status: C
The essence of the bug is that when you switch from "manual backups only" to
"custom backup settings" on the first page, the top selector on the "Time" page
remains in the "never" position.
If you go to the time page and select some backup frequency (daily backups at
4:00 are recommended for alw
I have the same problem
--
Time for backup always reverts to "never"
https://launchpad.net/bugs/69767
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Confirmed. Apparently not many people used edgy before its release, so
some strange bugs remained.
I will look into that.
To make it work, as a workaround, create a file /etc/cron.d/sbackup containing:
0 4 * * * rootif [ -x /usr/sbin/sbackupd ]; then /usr/sbin/sbackupd;
fi;
** Changed