I can’t get BackInTime to run correctly either as root or non-root. I have an external hard drive which is set to always mount on boot that I want to use.
If I try to schedule my backups without using root access, when I select anacron (my PC doesn’t run all day and night) and click “OK”, I get the message
Can’t find anacron.
Are you sure anacron is installed ?
If not you should disable daily anacron backups
I have installed cronie-anacron.
When I try to run anacron from the command line, I get
Absolute path to ‘anacron’ is ‘/usr/sbin/anacron’, so running it may require superuser privileges (eg. root).
.
If I try to set up the backups as root, everything seems to go fine, but there are no regular backups running ever. BackInTime doesn’t even create the cron files in cron.daily! I can only take snapshots manually, which is less convenient than just drag-and-dropping my files.
I’m using 13.2 with KDE. Backintime is 1.0.34-3.1.9-noarch from vendor openSUSE. Same for backintime-kde. Cronie-anacron is 1.4.12-56.3.1-x86_64 from vendor openSUSE, same for cronie.
Try firing up backintime-kde4 or backintime-gnome depending on your DE from a terminal window and it should dump error and informational messages there.
It’ll also output any cron changes it tries to make and possible errors related to it. I can’t replicate the problem because I simply installed the kde4 version and it works like a charm out of the box.
On Mon 16 Feb 2015 07:56:01 PM CST, unspecifiedusername wrote:
Still no working backup solution. Furthermore, upon issuing “systemctl
start cronie” as root, I get the following error:
Code:
Failed to start cronie.service: Unit cronie.service failed to load:
No such file or directory. --------------------
YaST2 shows cronie and cronie-anacron as installed.
Hi
That would be correct since it’s called cron.service
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.36-38-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Hi
There is no service it’s configured to run look at /etc/cron.hourly/0anacron and /etc/anacrontab and probably the man pages for anacron and anacrontab. I don’t use it, but I do use fwbackups which adds user cronjobs.
anacron is in /usr/sbin/. Standard user’s path does not include that location. One fix is to put a link in /usr/bin/ to /usr/sbin/anacron.
Regards,
Howard