Zerobyte is one of my favorite backup tools out there. It uses Restic for the actual backup engine and adds an intuitive web ...
Can I create a crontab file with vi without the crontab command? Currently working on a microcontroller linux distribution, and there's no crontab command, but cron exists... if only I could get a ...
You could probably edit the files in /var/spool/cron/crontabs directly, then restart the cron process, but yeah, just use crontab -e.