I backup everything to a USB drive (2 actually. and yes sometimes I wear a belt and braces).
I have written a script to do the backup, but if I forget to mount the USB drives in Dolphin then that part of the backup fails with the error msg that the folder doesn't exist.
So is there a cli command that I can issue in the script to mount the USB drives prior to the cp command to backup to them?
I have written a script to do the backup, but if I forget to mount the USB drives in Dolphin then that part of the backup fails with the error msg that the folder doesn't exist.
So is there a cli command that I can issue in the script to mount the USB drives prior to the cp command to backup to them?
Comment