I suppose putting:in crontab -e would make the backup image fully autonomous - by which I mean any SD card flashed from the incrementally backed-up image would not need any manual intervention before use.Code:
@reboot mkdir /mnt/NAS/<external drive name>
Using your example, it would need to be:
Code:
@reboot mkdir -p /mnt/NAS/<external drive name>
Statistics: Posted by RonR — Fri Sep 13, 2024 7:51 pm