How do I run cron jobs?
“Then run the daily cleanup cronjob and the btrfs-balance;
Code:
/etc/cron.daily/suse.de-snapper
/etc/cron.weekly/btrfs-balance.sh”
is this code correct? Just typing in # /etc/cron.daily/suse.de-snapper doesn’t do anything.
Hi
There is no # in the command, just enter the line and press enter (must be root user)
/etc/cron.daily/suse.de-snapper <press enter>
/etc/cron.weekly/btrfs-balance <press enter>
In Tumbleweed it’s just btrfs-balance.
the # was for running in root.
Thank you