Trying to run the backup script, receive this error.
-
The command I ran is displayed at the bottom. The target is a NAS device mounted via the command “sudo mount -t cifs //IPadd/sharename /fogbackups/ -o username=name”. The mount point was created using “sudo mkdir /fogbackups/”.
What I’m trying to do is a full backup of the FOG server, while it still provides DHCP (via isc) to a network location using this script.
-
@salted_cashews Simply create it
mkdir /var/www/html/fog/management/reports
. I know this is not a perfect solution but hey, you are on 1.4.4 and we can’t fix the script for you. -
@Sebastian-Roth Well I feel silly, I should’ve done that to start. Apologies for the stupid question, thanks and once backups are done updates are next on the list.