[Bug 69767] Re: Time for backup always reverts to "never"

2007-07-09 Thread Ouattara Aziz
** 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

[Bug 69767] Re: Time for backup always reverts to "never"

2007-05-01 Thread Ouattara Aziz
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

[Bug 69767] Re: Time for backup always reverts to "never"

2006-11-18 Thread Aigars Mahinovs
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

[Bug 69767] Re: Time for backup always reverts to "never"

2006-11-17 Thread Harry
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

[Bug 69767] Re: Time for backup always reverts to "never"

2006-11-01 Thread Aigars Mahinovs
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