I have a bash script that user rsync to incrementally backup my home dir to an external usb drive mounted via fstab.
I have a service to run the script as follows:
With a timer as follows:
The whole thing works well. The backups run and completes within a matter of seconds.
However, the...