I use Bacula for my backups, with data spooled to one of two USB drives (the other is stored off site, and they get swapped occasionally). Currently these drives are labelled BACKUP5 and BACKUP6.
Until last week I was using Fedora 17, which mounts USB drives in /media/$LABEL
. So I just told bacula-sd that it should look for either /media/BACKUP5
or /media/BACKUP6
, with a little script to switch over when I swap the disks. But I've just upgraded to Fedora 18, and it now mounts USB drives in /run/media/$USER/$LABEL
. So the mount point varies depending on who is logged in, or something.
Is there any way of telling udisks to have a special mount point for USB media labelled "BACKUP*"?