Build a bash script that controls what, where, and when backups run. Schedule the executable backup.sh with cron and review logs and destination after runs. Test the script, use absolute paths to ...
Until recently, I had a cron job running each night at 3AM, which used rsync to copy my entire /Users tree to a backup usb drive. This stopped working on December 11. I need some advice.<BR><BR>The ...