SpoddyCoder / clonepi

Incrementally clone a running Raspberry Pi to a destination SD card/device or a file (on a NAS or external drive). Supports NOOBS setups.
MIT License
42 stars 11 forks source link

crontab for automated clonepi session #11

Open lxto opened 4 years ago

lxto commented 4 years ago

on Raspi4 B running nextcloudpi I had to use the command sudo nano crontab -u root -e to create a working cronjob . Just useing sudo nano crontab -e did not work.