I would like to to use backup with DAR in order to backup sme server with two rotating usb disks ,
I have followed what is written here :
http://wiki.contribs.org/USBDisks#USB_Disks I formated the first usb disk with :
mkfs.vfat -n backmeup /dev/sda1
and have added this line to /etc/fstab :
LABEL=backmeup /media/backup vfat defaults
upon restart i see this while the server is booting :
mount: mount point /media/backup does not exist , do i need to create the mount point backup myself ?
And if so how do i do that ?